Skip to content

Commit 3cf0769

Browse files
committed
Docs.
1 parent 6dc4366 commit 3cf0769

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

tests/phpunit/tests/image/editorImagick.php

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -775,14 +775,11 @@ public function __return_eight() {
775775
*
776776
* @dataProvider data_resizes_are_small_for_16bit_images
777777
*
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-
*
782778
* @param string $file Path to the image file.
783779
*/
784780
public function test_resizes_are_small_for_16bit_images( $file ) {
785781

782+
// Temporarily disabled. See https://core.trac.wordpress.org/ticket/63932.
786783
if ( DIR_TESTDATA . '/images/png-tests/test8.png' === $file ) {
787784
$version = Imagick::getVersion();
788785
if ( $version['versionNumber'] >= 0x700 ) {
@@ -841,15 +838,12 @@ public static function data_resizes_are_small_for_16bit_images() {
841838
* @ticket 63448
842839
* @dataProvider data_png_color_type_after_resize
843840
*
844-
* Temporarily disabled until we can figure out why it fails on the Trixie based PHP container.
845-
* See https://core.trac.wordpress.org/ticket/63932.
846-
* @requires PHP < 8.3
847-
*
848841
* @param string $file_path Path to the image file.
849842
* @param int $expected_color_type The expected original color type.
850843
*/
851844
public function test_png_color_type_is_preserved_after_resize( $file_path, $expected_color_type ) {
852845

846+
// Temporarily disabled. See https://core.trac.wordpress.org/ticket/63932.
853847
if ( DIR_TESTDATA . '/images/png-tests/test8.png' === $file_path ) {
854848
$version = Imagick::getVersion();
855849
if ( $version['versionNumber'] >= 0x700 ) {

0 commit comments

Comments
 (0)