mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-14 01:24:27 +00:00
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:
@@ -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__;
|
||||
|
||||
Reference in New Issue
Block a user