skipping TTL tests
This commit is contained in:
@@ -123,6 +123,8 @@ abstract class CacheTest extends DatabaseTest
|
|||||||
* @medium
|
* @medium
|
||||||
*/
|
*/
|
||||||
function testTTL() {
|
function testTTL() {
|
||||||
|
$this->markTestSkipped('taking too much time without mocking');
|
||||||
|
|
||||||
$this->assertNull($this->instance->get('value1'));
|
$this->assertNull($this->instance->get('value1'));
|
||||||
|
|
||||||
$value = 'foobar';
|
$value = 'foobar';
|
||||||
|
|||||||
@@ -116,6 +116,8 @@ abstract class LockTest extends DatabaseTest
|
|||||||
* @medium
|
* @medium
|
||||||
*/
|
*/
|
||||||
function testLockTTL() {
|
function testLockTTL() {
|
||||||
|
$this->markTestSkipped('taking too much time without mocking');
|
||||||
|
|
||||||
$this->assertFalse($this->instance->isLocked('foo'));
|
$this->assertFalse($this->instance->isLocked('foo'));
|
||||||
$this->assertFalse($this->instance->isLocked('bar'));
|
$this->assertFalse($this->instance->isLocked('bar'));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user