Browse Source

Disabled image saving test

pull/1694/head
Dmitry Pentin 5 years ago
parent
commit
190964c9ba
  1. 4
      tests/ImageSharp.Tests/Formats/Jpg/SpectralJpegTests.cs

4
tests/ImageSharp.Tests/Formats/Jpg/SpectralJpegTests.cs

@ -46,8 +46,8 @@ namespace SixLabors.ImageSharp.Tests.Formats.Jpg
public static readonly string[] AllTestJpegs = BaselineTestJpegs.Concat(ProgressiveTestJpegs).ToArray();
//[Theory(Skip = "Debug only, enable manually!")]
[Theory]
[Theory(Skip = "Debug only, enable manually!")]
//[Theory]
[WithFileCollection(nameof(AllTestJpegs), PixelTypes.Rgba32)]
public void Decoder_ParseStream_SaveSpectralResult<TPixel>(TestImageProvider<TPixel> provider)
where TPixel : unmanaged, IPixel<TPixel>

Loading…
Cancel
Save