From a613dc927531faab1c29ee99628dfef3e81359bf Mon Sep 17 00:00:00 2001 From: Stefan Nikolei Date: Wed, 8 Mar 2023 08:07:14 +0100 Subject: [PATCH] Update tests/ImageSharp.Tests/Formats/Tiff/TiffDecoderTests.cs --- tests/ImageSharp.Tests/Formats/Tiff/TiffDecoderTests.cs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/ImageSharp.Tests/Formats/Tiff/TiffDecoderTests.cs b/tests/ImageSharp.Tests/Formats/Tiff/TiffDecoderTests.cs index 0342d18cd..e7d53a31d 100644 --- a/tests/ImageSharp.Tests/Formats/Tiff/TiffDecoderTests.cs +++ b/tests/ImageSharp.Tests/Formats/Tiff/TiffDecoderTests.cs @@ -202,13 +202,6 @@ public class TiffDecoderTests : TiffDecoderBaseTester public void TiffDecoder_CanDecode_12Bit_WithAssociatedAlpha(TestImageProvider provider) where TPixel : unmanaged, IPixel { - // 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 image = provider.GetImage(TiffDecoder.Instance); - // image.DebugSave(provider); - // return; - // } TestTiffDecoder(provider, useExactComparer: false, compareTolerance: 0.264F); }