Skip to content

Commit 35d55b5

Browse files
More memory pressure reduction
1 parent 9677be0 commit 35d55b5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/ImageSharp.Tests/Formats/Gif/GifDecoderTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ public void CanDecodeAllFrames<TPixel>(TestImageProvider<TPixel> provider)
133133
}
134134

135135
[Theory]
136-
[InlineData(TestImages.Gif.Cheers, 8)]
137136
[InlineData(TestImages.Gif.Giphy, 8)]
138137
[InlineData(TestImages.Gif.Rings, 8)]
139138
[InlineData(TestImages.Gif.Trans, 8)]
@@ -194,7 +193,7 @@ public void CanDecodeIntermingledImages()
194193
}
195194
}
196195

197-
// https://github.com/SixLabors/ImageSharp/issues/1503
196+
// https://github.com/SixLabors/ImageSharp/issues/1530
198197
[Theory]
199198
[WithFile(TestImages.Gif.Issues.Issue1530, PixelTypes.Rgba32)]
200199
public void Issue1530_BadDescriptorDimensions<TPixel>(TestImageProvider<TPixel> provider)

0 commit comments

Comments
 (0)