diff --git a/tests/ImageSharp.Tests/Formats/Bmp/BmpDecoderTests.cs b/tests/ImageSharp.Tests/Formats/Bmp/BmpDecoderTests.cs index 5b8060f069..5b1d35cb5d 100644 --- a/tests/ImageSharp.Tests/Formats/Bmp/BmpDecoderTests.cs +++ b/tests/ImageSharp.Tests/Formats/Bmp/BmpDecoderTests.cs @@ -70,8 +70,7 @@ namespace SixLabors.ImageSharp.Tests.Formats.Bmp .Dispose(); } - // TODO: A InvalidMemoryOperationException is thrown here, review the thrown exception. - [Theory(Skip = "Review Exception")] + [Theory] [WithFile(Bit32Rgb, PixelTypes.Rgba32)] [WithFile(Bit16, PixelTypes.Rgba32)] public void BmpDecoder_DegenerateMemoryRequest_ShouldTranslateTo_ImageFormatException(TestImageProvider provider)