Skip to content

Commit 075e8a4

Browse files
Update tests/ImageSharp.Tests/Formats/Tiff/TiffDecoderTests.cs
1 parent 7ebe387 commit 075e8a4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -270,13 +270,6 @@ public void TiffDecoder_CanDecode_24Bit_WithUnassociatedAlpha<TPixel>(TestImageP
270270
public void TiffDecoder_CanDecode_24Bit_WithAssociatedAlpha<TPixel>(TestImageProvider<TPixel> provider)
271271
where TPixel : unmanaged, IPixel<TPixel>
272272
{
273-
// if (TestEnvironment.IsMacOS)
274-
// {
275-
// // Only debug save on OSX: For some reason the reference image has a difference of 50%. The imagesharp output file looks ok though.
276-
// using Image<TPixel> image = provider.GetImage(TiffDecoder.Instance);
277-
// image.DebugSave(provider);
278-
// return;
279-
// }
280273

281274
TestTiffDecoder(provider, useExactComparer: false, compareTolerance: 0.405F);
282275
}

0 commit comments

Comments
 (0)