Tests: Disable update checks while running REST API plugin installation tests.

This prevents external HTTP requests that are not required for the tests in question and may interfere with the results in case of a timeout.

Follow-up to [48242], [49491].

Merges [49913] to the 5.6 branch.
See #51669.
Built from https://develop.svn.wordpress.org/branches/5.6@50083


git-svn-id: http://core.svn.wordpress.org/branches/5.6@49783 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2021-01-30 10:37:59 +00:00
parent 4713b6b932
commit dc34d22c36
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.6.1-RC1-50064';
$wp_version = '5.6.1-RC1-50083';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.