Tests: Use an image on WordPress.org CDN in external HTTP tests.

Due to some changes on the WP.com side to compress the requested images on the fly, the exact image size in the response could be different between platforms.

This commit aims to make the affected tests more reliable.

Follow-up to [139/tests], [31258], [34568], [47142], [57903], [57904], [57924].

Merges [57931] to the 6.4 branch.

Props peterwilsoncc, jorbin.
See #60865.
Built from https://develop.svn.wordpress.org/branches/6.4@57938


git-svn-id: http://core.svn.wordpress.org/branches/6.4@57439 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2024-04-07 21:20:21 +00:00
parent 3e2550bf73
commit 80f2a44d58
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.4.4-alpha-57930';
$wp_version = '6.4.4-alpha-57938';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.