From 85d60b2d7a88a7392cc94ccc9726e6d737a96f82 Mon Sep 17 00:00:00 2001 From: desrosj Date: Mon, 4 Mar 2019 22:20:49 +0000 Subject: [PATCH] Privacy: Remove two test methods that fail on certain configurations. The `test_detects_cannot_create_index()` and `tests_detects_cannot_write_html()` test methods are prone to failure under certain configurations, as discovered by the hosts reporting back the test suite results. This removes those two methods until a better approach to testing those scenarios can be created. Partial revert of [44786]. See #44233. Built from https://develop.svn.wordpress.org/trunk@44792 git-svn-id: http://core.svn.wordpress.org/trunk@44624 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 fce9b4b198..a98ae3af96 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-alpha-44791'; +$wp_version = '5.2-alpha-44792'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.