]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Core/Cache/MemcacheCacheTest.php
wrapping up 2019.12
[friendica.git] / tests / src / Core / Cache / MemcacheCacheTest.php
index 4e3a80619107844ff88f57015fe61d003ce8c507..2865effb17ad9c9cfb9acf6f9b814414be1c5a54 100644 (file)
@@ -39,4 +39,14 @@ class MemcacheCacheTest extends MemoryCacheTest
                $this->cache->clear(false);
                parent::tearDown();
        }
+
+       /**
+        * @small
+        *
+        * @dataProvider dataSimple
+        */
+       public function testGetAllKeys($value1, $value2, $value3)
+       {
+               $this->markTestIncomplete('Race condition because of too fast getAllKeys() which uses a workaround');
+       }
 }