From ce6d08490047a6d03e7a7b1421142db6a86eb9a6 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Mon, 28 Sep 2015 02:37:25 +0000 Subject: [PATCH] Exclude external HTTP tests from multisite run In [30298] the unit tests default confirguration was modified to exclude external-http tests. This change was never migrated to the multisite XML configuration. The external HTTP code doesn't follow different logic in multisite, so the logic to exclude the tests then ( The external-http tests are very slow, and Wp_Http functionality is fairly isolated ) holds true here as well. See #33968 Built from https://develop.svn.wordpress.org/trunk@34656 git-svn-id: http://core.svn.wordpress.org/trunk@34620 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index db6324be2a..91a44d4d08 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34655'; +$wp_version = '4.4-alpha-34656'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.