Skip to content

Commit

Permalink
Revert "Temporarily disable Imagine\Test\Imagick\ImageTest::testUsePa…
Browse files Browse the repository at this point in the history
…lette"

This reverts commit 48d4a3b.
  • Loading branch information
mlocati committed Oct 18, 2021
1 parent 6d404c6 commit 096aeff
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions tests/tests/Imagick/ImageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,19 +67,6 @@ protected function getSamplingFactors(ImageInterface $image)
/**
* @dataProvider provideFromAndToPalettes
*
* {@inheritdoc}
*
* @see \Imagine\Test\Image\AbstractImageTest::testUsePalette()
*/
public function testUsePalette($from, $to, $color)
{
if ($from === 'Imagine\\Image\\Palette\\Grayscale' && $to === 'Imagine\\Image\\Palette\\RGB') {
$this->markTestSkipped('Temporarily skipped - see https://github.com/php-imagine/Imagine/issues/780');
}
parent::testUsePalette($from, $to, $color);
}

/**
* {@inheritdoc}
*
* @see \Imagine\Test\Image\AbstractImageTest::testMask()
Expand Down

0 comments on commit 096aeff

Please sign in to comment.