wordpress-develop/tests/phpunit/tests/http
Sergey Biryukov 1b42990b0c 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.

git-svn-id: https://develop.svn.wordpress.org/trunk@54955 602fd350-edb4-49c9-b593-d223f7449a82
2022-12-10 13:31:55 +00:00
..
base.php Tests: Temporarily disable a WP_Http test for multiple Location headers. 2022-12-10 13:31:55 +00:00
curl.php Tests: Add missing @covers tags for files in phpunit/tests/http/. 2021-02-15 14:00:02 +00:00
functions.php Tests: Use a consistent URL in HTTP response cookie tests. 2022-06-12 15:16:09 +00:00
http.php HTTP API: Revert changeset [52244]. 2021-12-06 21:29:00 +00:00
streams.php Code Modernization: Use explicit visibility for class property declarations. 2020-10-17 16:24:35 +00:00
wpGetHttpHeaders.php Tests: Mock the HTTP request response in download_url() tests. 2021-12-15 19:59:32 +00:00
wpRemoteRetrieveHeaders.php Coding Standards: Add visibility to methods in tests/phpunit/tests/. 2021-11-04 15:22:47 +00:00