Browse Source

re-enable skipped test

pull/1109/head
Anton Firszov 6 years ago
parent
commit
82beb45ea1
  1. 3
      tests/ImageSharp.Tests/Formats/Bmp/BmpDecoderTests.cs

3
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<TPixel>(TestImageProvider<TPixel> provider)

Loading…
Cancel
Save