File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
tests/phpunit/tests/image Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments