From 4c2241830e74318c3e8fc2d7362da4d2c7e7ecf3 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 10 Dec 2022 13:33:15 +0000 Subject: [PATCH] Tests: Temporarily disable a `WP_Http` test for multiple `Location` headers. The test verifies that `WP_Http::handle_redirects()` uses the last specified URL as the redirect location if multiple `Location` headers are specified in the response. It appears that the redirection script on api.wordpress.org no longer sends the expected two `Location` headers, causing the test to fail. While the exact cause is being investigated and confirmed, this commit disables the affected test for now, so that other commits and PRs are not blocked by these failures. Follow-up to [342/tests], [874/tests], [1329/tests], [24846]. Props costdev, SergeyBiryukov. See #57306. Built from https://develop.svn.wordpress.org/trunk@54955 git-svn-id: http://core.svn.wordpress.org/trunk@54507 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 670c388b90..1b7933ac73 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54954'; +$wp_version = '6.2-alpha-54955'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.