Build/Test Tools: Remove the E2E test job from the 5.6 branch.

The E2E test job does not currently perform any meaningful tests, so continuing to run them is not necessary for older branches.

Reviewed by peterwilsoncc, desrosj.
Fixes #51853.

Built from https://develop.svn.wordpress.org/branches/5.6@49689


git-svn-id: http://core.svn.wordpress.org/branches/5.6@49412 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2020-11-24 16:05:08 +00:00
parent a68d20cfcc
commit 626b4e78a7

View File

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