We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 269c073 commit 190964cCopy full SHA for 190964c
1 file changed
tests/ImageSharp.Tests/Formats/Jpg/SpectralJpegTests.cs
@@ -46,8 +46,8 @@ public SpectralJpegTests(ITestOutputHelper output)
46
47
public static readonly string[] AllTestJpegs = BaselineTestJpegs.Concat(ProgressiveTestJpegs).ToArray();
48
49
- //[Theory(Skip = "Debug only, enable manually!")]
50
- [Theory]
+ [Theory(Skip = "Debug only, enable manually!")]
+ //[Theory]
51
[WithFileCollection(nameof(AllTestJpegs), PixelTypes.Rgba32)]
52
public void Decoder_ParseStream_SaveSpectralResult<TPixel>(TestImageProvider<TPixel> provider)
53
where TPixel : unmanaged, IPixel<TPixel>
0 commit comments