From 82beb45ea1d007272b92c0ce6c3b880341b01f52 Mon Sep 17 00:00:00 2001 From: Anton Firszov Date: Tue, 11 Feb 2020 00:34:53 +0100 Subject: [PATCH] re-enable skipped test --- tests/ImageSharp.Tests/Formats/Bmp/BmpDecoderTests.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)