Tests: Use `PUPPETEER_SKIP_CHROMIUM_DOWNLOAD` environment variable instead of config setting.
This is more consistent with the similar approach in Gutenberg Travis setup. Follow-up to [47449]. See #49621. Built from https://develop.svn.wordpress.org/trunk@47459 git-svn-id: http://core.svn.wordpress.org/trunk@47246 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
25333cc670
commit
0a08229a9b
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.5-alpha-47458';
|
||||
$wp_version = '5.5-alpha-47459';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue