From efc3fc4ee15eec4e523c26f7130e786541b00df2 Mon Sep 17 00:00:00 2001 From: antonfirsov Date: Fri, 21 Feb 2025 20:53:57 +0100 Subject: [PATCH] Disable BmpDecoder_CanDecode_Os2BitmapArray on Linux --- tests/ImageSharp.Tests/Formats/Bmp/BmpDecoderTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ImageSharp.Tests/Formats/Bmp/BmpDecoderTests.cs b/tests/ImageSharp.Tests/Formats/Bmp/BmpDecoderTests.cs index 75a980084..64307a415 100644 --- a/tests/ImageSharp.Tests/Formats/Bmp/BmpDecoderTests.cs +++ b/tests/ImageSharp.Tests/Formats/Bmp/BmpDecoderTests.cs @@ -599,6 +599,7 @@ namespace SixLabors.ImageSharp.Tests.Formats.Bmp } [Theory] + [PlatformSpecific(~TestPlatforms.Linux)] // See discussion on https://github.com/SixLabors/ImageSharp/pull/2890 [WithFile(Os2BitmapArray, PixelTypes.Rgba32)] [WithFile(Os2BitmapArray9s, PixelTypes.Rgba32)] [WithFile(Os2BitmapArrayDiamond, PixelTypes.Rgba32)]