]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Core/Cache/CacheTest.php
skipping TTL tests
[friendica.git] / tests / src / Core / Cache / CacheTest.php
index 86bf5e7f01fa2a1e115db8aaee1aa9a15dba6dc4..e51ce745f0c72638c41ab960b30673c34ec40c61 100644 (file)
@@ -123,6 +123,8 @@ abstract class CacheTest extends DatabaseTest
         * @medium
         */
        function testTTL() {
+               $this->markTestSkipped('taking too much time without mocking');
+
                $this->assertNull($this->instance->get('value1'));
 
                $value = 'foobar';