Skip to content

Commit

Permalink
Skip failing test on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
Danack committed Mar 11, 2023
1 parent e7f3eaf commit a1e4d5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/031_Imagick_affineTransformImage_basic.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Test Imagick, affineTransformImage
<?php
$imageMagickRequiredVersion=0x675;
require_once(dirname(__FILE__) . '/skipif.inc');
if (PHP_OS_FAMILY == 'Windows') die('skip dither is apparently borken on Windows https://github.com/Imagick/imagick/issues/590');
?>
--XFAIL--
I don't understand what values are returned in which elements of getImageChannelStatistics
Expand Down

0 comments on commit a1e4d5b

Please sign in to comment.