skipping TTL tests
This commit is contained in:
parent
644e152dca
commit
7aae40ae6a
|
@ -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…
Reference in a new issue