]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Core/Lock/LockTest.php
skipping TTL tests
[friendica.git] / tests / src / Core / Lock / LockTest.php
index a7bbea265f1a9fb9caf8e80ab3cc01b215864cb5..78f2271e54016bd581b74c542794d7c3b5b03a39 100644 (file)
@@ -116,6 +116,8 @@ abstract class LockTest extends DatabaseTest
         * @medium
         */
        function testLockTTL() {
+               $this->markTestSkipped('taking too much time without mocking');
+
                $this->assertFalse($this->instance->isLocked('foo'));
                $this->assertFalse($this->instance->isLocked('bar'));