diff --git a/tests/Magick.NET.Tests/Shared/MagickNETTests/TheGetFormatInformationMethod.cs b/tests/Magick.NET.Tests/Shared/MagickNETTests/TheGetFormatInformationMethod.cs index cf5d57cd24..b596a5b2a2 100644 --- a/tests/Magick.NET.Tests/Shared/MagickNETTests/TheGetFormatInformationMethod.cs +++ b/tests/Magick.NET.Tests/Shared/MagickNETTests/TheGetFormatInformationMethod.cs @@ -50,9 +50,6 @@ private static bool ShouldReport(MagickFormat format) if (format == MagickFormat.Clipboard || format == MagickFormat.Emf || format == MagickFormat.Wmf) return false; - if (format == MagickFormat.Exr) - return false; - if (format == MagickFormat.Flif) return false; #endif