Browse Source

Disable BmpDecoder_CanDecode_Os2BitmapArray on Linux

pull/2890/head
antonfirsov 12 months ago
parent
commit
efc3fc4ee1
  1. 1
      tests/ImageSharp.Tests/Formats/Bmp/BmpDecoderTests.cs

1
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)]

Loading…
Cancel
Save