Skip to content

Commit

Permalink
Temporarily disable Imagine\Test\Imagick\ImageTest::testMask
Browse files Browse the repository at this point in the history
See #781
  • Loading branch information
mlocati committed Oct 6, 2021
1 parent f767e3d commit c627260
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/tests/Imagick/ImageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,16 @@ public function testUsePalette($from, $to, $color)
parent::testUsePalette($from, $to, $color);
}

/**
* {@inheritdoc}
*
* @see \Imagine\Test\Image\AbstractImageTest::testMask()
*/
public function testMask()
{
$this->markTestSkipped('Temporarily skipped - see https://github.com/php-imagine/Imagine/issues/781');
}

/**
* {@inheritdoc}
*
Expand Down

0 comments on commit c627260

Please sign in to comment.