Skip to content

Commit

Permalink
More memory pressure reduction
Browse files Browse the repository at this point in the history
  • Loading branch information
JimBobSquarePants committed Nov 28, 2023
1 parent 9677be0 commit 35d55b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/ImageSharp.Tests/Formats/Gif/GifDecoderTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ public void CanDecodeAllFrames<TPixel>(TestImageProvider<TPixel> provider)
}

[Theory]
[InlineData(TestImages.Gif.Cheers, 8)]
[InlineData(TestImages.Gif.Giphy, 8)]
[InlineData(TestImages.Gif.Rings, 8)]
[InlineData(TestImages.Gif.Trans, 8)]
Expand Down Expand Up @@ -194,7 +193,7 @@ public void CanDecodeIntermingledImages()
}
}

// https://github.com/SixLabors/ImageSharp/issues/1503
// https://github.com/SixLabors/ImageSharp/issues/1530
[Theory]
[WithFile(TestImages.Gif.Issues.Issue1530, PixelTypes.Rgba32)]
public void Issue1530_BadDescriptorDimensions<TPixel>(TestImageProvider<TPixel> provider)
Expand Down

0 comments on commit 35d55b5

Please sign in to comment.