Skip to content

Commit 190964c

Browse files
author
Dmitry Pentin
committed
Disabled image saving test
1 parent 269c073 commit 190964c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ public SpectralJpegTests(ITestOutputHelper output)
4646

4747
public static readonly string[] AllTestJpegs = BaselineTestJpegs.Concat(ProgressiveTestJpegs).ToArray();
4848

49-
//[Theory(Skip = "Debug only, enable manually!")]
50-
[Theory]
49+
[Theory(Skip = "Debug only, enable manually!")]
50+
//[Theory]
5151
[WithFileCollection(nameof(AllTestJpegs), PixelTypes.Rgba32)]
5252
public void Decoder_ParseStream_SaveSpectralResult<TPixel>(TestImageProvider<TPixel> provider)
5353
where TPixel : unmanaged, IPixel<TPixel>

0 commit comments

Comments
 (0)