Browse Source

Update tests/ImageSharp.Tests/Formats/Tiff/TiffDecoderTests.cs

pull/2384/head
Stefan Nikolei 3 years ago
committed by GitHub
parent
commit
7ebe387a0c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      tests/ImageSharp.Tests/Formats/Tiff/TiffDecoderTests.cs

7
tests/ImageSharp.Tests/Formats/Tiff/TiffDecoderTests.cs

@ -251,13 +251,6 @@ public class TiffDecoderTests : TiffDecoderBaseTester
where TPixel : unmanaged, IPixel<TPixel>
{
// if (TestEnvironment.IsMacOS)
// {
// // Only debug save on OSX: For some reason the reference image has a difference of 50%. The imagesharp output file looks ok though.
// using Image<TPixel> image = provider.GetImage(TiffDecoder.Instance);
// image.DebugSave(provider);
// return;
// }
TestTiffDecoder(provider, useExactComparer: false, compareTolerance: 0.376F);
}

Loading…
Cancel
Save