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 a9eaf06 commit 7d47d33Copy full SHA for 7d47d33
tests/phpunit/tests/media.php
@@ -5472,6 +5472,10 @@ public function test_quality_with_image_conversion_file_sizes() {
5472
* Test AVIF quality filters.
5473
*
5474
* @ticket 61614
5475
+ *
5476
+ * Temporarily disabled until we can figure out why it fails on the Trixie based PHP container.
5477
+ * See https://core.trac.wordpress.org/ticket/63932.
5478
+ * @requires PHP < 8.3
5479
*/
5480
public function test_quality_with_avif_conversion_file_sizes() {
5481
$temp_dir = get_temp_dir();
0 commit comments