Build/Test Tools: Don't mark the Tests_Cache::test_flush() test as risky when running the test suite with an object cache in place.

See #51802


git-svn-id: https://develop.svn.wordpress.org/trunk@49857 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2020-12-21 17:49:20 +00:00
parent 51f9a54c9d
commit 3202790820

View File

@@ -115,7 +115,7 @@ class Tests_Cache extends WP_UnitTestCase {
global $_wp_using_ext_object_cache;
if ( $_wp_using_ext_object_cache ) {
return;
$this->markTestSkipped( 'This test requires that an external object cache is not in use.' );
}
$key = __FUNCTION__;