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
This commit is contained in:
desrosj 2019-03-04 22:20:49 +00:00
parent 957ad84b81
commit 85d60b2d7a

View File

@ -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.