mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-09 16:44:26 +02:00
Merge pull request #6104 from nupplaphil/friendica-6101
Finding slow tests
This commit is contained in:
commit
d577ab98eb
5 changed files with 58 additions and 2 deletions
|
@ -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';
|
||||
|
|
|
@ -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'));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue