]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Core/Lock/SemaphoreLockTest.php
Merge pull request #10666 from tobiasd/20210905-credits
[friendica.git] / tests / src / Core / Lock / SemaphoreLockTest.php
index ca5d0af7db8dc350eda9f6a8352eb327ddc0a12a..87d8b2cd2f59595eeed51422037e92a2f5caa01a 100644 (file)
@@ -59,6 +59,9 @@ class SemaphoreLockTest extends LockTest
                return new SemaphoreLock();
        }
 
+       /**
+        * @doesNotPerformAssertions
+        */
        public function testLockTTL()
        {
                self::markTestSkipped("Semaphore doesn't work with TTL");