We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d3288 commit e586bcdCopy full SHA for e586bcd
tests/phpunit/tests/image/editorImagick.php
@@ -701,6 +701,9 @@ static function ( $value ) {
701
* Test filter `image_max_bit_depth` correctly sets the maximum bit depth of resized images.
702
*
703
* @ticket 62285
704
+ *
705
+ * // Temporarily disabled until we can figure out why it fails on the Trixie based PHP container.
706
+ * @requires PHP < 8.3
707
*/
708
public function test_image_max_bit_depth() {
709
$file = DIR_TESTDATA . '/images/colors_hdr_p3.avif';
0 commit comments