Skip to content

Commit e83da33

Browse files
committed
Disable some more tests on < 8.3.
1 parent 8251aff commit e83da33

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/phpunit/tests/image/editorImagick.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,7 @@ static function ( $value ) {
703703
* @ticket 62285
704704
*
705705
* // Temporarily disabled until we can figure out why it fails on the Trixie based PHP container.
706+
* // See https://core.trac.wordpress.org/ticket/63932.
706707
* @requires PHP < 8.3
707708
*/
708709
public function test_image_max_bit_depth() {
@@ -774,6 +775,10 @@ public function __return_eight() {
774775
*
775776
* @dataProvider data_resizes_are_small_for_16bit_images
776777
*
778+
* // Temporarily disabled until we can figure out why it fails on the Trixie based PHP container.
779+
* // See https://core.trac.wordpress.org/ticket/63932.
780+
* @requires PHP < 8.3
781+
*
777782
* @param string $file Path to the image file.
778783
*/
779784
public function test_resizes_are_small_for_16bit_images( $file ) {
@@ -829,6 +834,10 @@ public static function data_resizes_are_small_for_16bit_images() {
829834
* @ticket 63448
830835
* @dataProvider data_png_color_type_after_resize
831836
*
837+
* // Temporarily disabled until we can figure out why it fails on the Trixie based PHP container.
838+
* // See https://core.trac.wordpress.org/ticket/63932.
839+
* @requires PHP < 8.3
840+
*
832841
* @param string $file_path Path to the image file.
833842
* @param int $expected_color_type The expected original color type.
834843
*/

0 commit comments

Comments
 (0)