We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77cdbbb commit e092d86Copy full SHA for e092d86
tests/ImageSharp.Tests/Formats/Tiff/TiffDecoderTests.cs
@@ -374,7 +374,7 @@ public void TiffDecoder_CanDecode_PackBitsCompressed<TPixel>(TestImageProvider<T
374
[WithFile(YCbCrJpegCompressed, PixelTypes.Rgba32)]
375
[WithFile(RgbJpegCompressedNoJpegTable, PixelTypes.Rgba32)]
376
public void TiffDecoder_CanDecode_JpegCompressed<TPixel>(TestImageProvider<TPixel> provider)
377
- where TPixel : unmanaged, IPixel<TPixel> => TestTiffDecoder(provider);
+ where TPixel : unmanaged, IPixel<TPixel> => TestTiffDecoder(provider, useExactComparer: false);
378
379
[Theory]
380
[WithFileCollection(nameof(MultiframeTestImages), PixelTypes.Rgba32)]
0 commit comments