Skip to content

Commit

Permalink
Restored check
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Mar 26, 2023
1 parent 4373b8a commit cd3685a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ public void ShouldThrowExceptionWhenSettingsIsNull()
[Fact]
public void ShouldApplyTheOperatorToTheImages()
{
if (Runtime.IsLinux && Runtime.IsArm64)
{
return;
}

using (var images = new MagickImageCollection())
{
images.Read(Files.RoseSparkleGIF);
Expand Down

0 comments on commit cd3685a

Please sign in to comment.