From 55f4da677f3347a329f8e6e829e1b898651f18c1 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Tue, 6 Oct 2015 03:37:25 +0000 Subject: [PATCH] HTTP timeouts should cause some tests to be skipped, not failed A number of the HTTP external tests can inconstantly fail. As the HTTP API is one that doesn't change often, this failure creates noise. With the goal of increasing the signal from the unit tests, these tests are now skipped if they timeout. A notice is added when running the external http tests so that the developer knows what skipped tests may mean here. See #33968 Built from https://develop.svn.wordpress.org/trunk@34848 git-svn-id: http://core.svn.wordpress.org/trunk@34813 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 f9050af9c8..4c93a872bb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34847'; +$wp_version = '4.4-alpha-34848'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.