From 4e213da07954b3a307adbc3aa462d1d5288c3991 Mon Sep 17 00:00:00 2001 From: Anton Firszov Date: Thu, 13 Feb 2020 03:45:46 +0100 Subject: [PATCH] temporarily disable Calliphora+Disco to see effect on CI --- tests/ImageSharp.Tests/Formats/Jpg/JpegDecoderTests.Baseline.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ImageSharp.Tests/Formats/Jpg/JpegDecoderTests.Baseline.cs b/tests/ImageSharp.Tests/Formats/Jpg/JpegDecoderTests.Baseline.cs index 99fd6b221b..44408841c9 100644 --- a/tests/ImageSharp.Tests/Formats/Jpg/JpegDecoderTests.Baseline.cs +++ b/tests/ImageSharp.Tests/Formats/Jpg/JpegDecoderTests.Baseline.cs @@ -15,7 +15,7 @@ namespace SixLabors.ImageSharp.Tests.Formats.Jpg { [Theory] [WithFileCollection(nameof(BaselineTestJpegs), PixelTypes.Rgba32, false)] - [WithFile(TestImages.Jpeg.Baseline.Calliphora, PixelTypes.Rgba32, true)] + // [WithFile(TestImages.Jpeg.Baseline.Calliphora, PixelTypes.Rgba32, true)] public void DecodeBaselineJpeg(TestImageProvider provider, bool enforceDiscontiguousBuffers) where TPixel : struct, IPixel {