diff --git a/tests/ImageSharp.Tests/Image/ImageTests.Decode_Cancellation.cs b/tests/ImageSharp.Tests/Image/ImageTests.Decode_Cancellation.cs index 6b74e9b35..08c0d0004 100644 --- a/tests/ImageSharp.Tests/Image/ImageTests.Decode_Cancellation.cs +++ b/tests/ImageSharp.Tests/Image/ImageTests.Decode_Cancellation.cs @@ -45,9 +45,10 @@ public partial class ImageTests { foreach (double p in percentages) { - if (file == TestImages.Png.Bike && !TestEnvironment.IsWindows && p > 0) + if (!TestEnvironment.IsWindows && p > 0 && + (file == TestImages.Png.Bike || file == TestImages.Gif.Kumin)) { - // TODO: Figure out what's wrong with PNG decoding cancellation on Unix. + // TODO: Figure out what's wrong with PNG and GIF decoding cancellation on Unix. continue; }