In #3111, I'm updating Magick.NET to the latest version. According to dlemstra/Magick.NET#1820, ImageMagick stopped supporting certain invalid BMP files, resulting in test failures.
Disabling these tests, until we figure out a solution:
BmpDecoder_CanDecode_RunLengthEncoded_8Bit(RLE8Inverted)
BmpDecoder_CanDecode_RunLengthEncoded_8Bit_WithDelta_MagickRefDecoder(RLE8Cut)
In #3111, I'm updating Magick.NET to the latest version. According to dlemstra/Magick.NET#1820, ImageMagick stopped supporting certain invalid BMP files, resulting in test failures.
Disabling these tests, until we figure out a solution:
BmpDecoder_CanDecode_RunLengthEncoded_8Bit(RLE8Inverted)BmpDecoder_CanDecode_RunLengthEncoded_8Bit_WithDelta_MagickRefDecoder(RLE8Cut)