Skip to content

Commit efc3fc4

Browse files
committed
Disable BmpDecoder_CanDecode_Os2BitmapArray on Linux
1 parent e9e4688 commit efc3fc4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ImageSharp.Tests/Formats/Bmp/BmpDecoderTests.cs

+1
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,7 @@ public void BmpDecoder_CanDecode_Os2v2Header<TPixel>(TestImageProvider<TPixel> p
599599
}
600600

601601
[Theory]
602+
[PlatformSpecific(~TestPlatforms.Linux)] // See discussion on https://github.com/SixLabors/ImageSharp/pull/2890
602603
[WithFile(Os2BitmapArray, PixelTypes.Rgba32)]
603604
[WithFile(Os2BitmapArray9s, PixelTypes.Rgba32)]
604605
[WithFile(Os2BitmapArrayDiamond, PixelTypes.Rgba32)]

0 commit comments

Comments
 (0)