We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e4688 commit efc3fc4Copy full SHA for efc3fc4
tests/ImageSharp.Tests/Formats/Bmp/BmpDecoderTests.cs
@@ -599,6 +599,7 @@ public void BmpDecoder_CanDecode_Os2v2Header<TPixel>(TestImageProvider<TPixel> p
599
}
600
601
[Theory]
602
+ [PlatformSpecific(~TestPlatforms.Linux)] // See discussion on https://github.com/SixLabors/ImageSharp/pull/2890
603
[WithFile(Os2BitmapArray, PixelTypes.Rgba32)]
604
[WithFile(Os2BitmapArray9s, PixelTypes.Rgba32)]
605
[WithFile(Os2BitmapArrayDiamond, PixelTypes.Rgba32)]
0 commit comments