summaryrefslogtreecommitdiff
path: root/_test
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2014-07-18 12:19:31 +0200
committerAndreas Gohr <andi@splitbrain.org>2014-07-18 12:19:31 +0200
commita5ac1d91deb9f263c360e34096a469b3beb681f9 (patch)
tree988af4a9718230fce7ab0b3aef58fd6a97715aee /_test
parentff2b81fcad75d49f04248e6a0d04a94a418f7c49 (diff)
downloadrpg-a5ac1d91deb9f263c360e34096a469b3beb681f9.tar.gz
rpg-a5ac1d91deb9f263c360e34096a469b3beb681f9.tar.bz2
skip cache test until #694 has been fixed
Diffstat (limited to '_test')
-rw-r--r--_test/tests/inc/cache_use.test.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/_test/tests/inc/cache_use.test.php b/_test/tests/inc/cache_use.test.php
index 02fe329de..3ea212d50 100644
--- a/_test/tests/inc/cache_use.test.php
+++ b/_test/tests/inc/cache_use.test.php
@@ -29,6 +29,9 @@ class cache_use_test extends DokuWikiTest {
}
function test_use() {
+ $this->markTestSkipped('Disabled until Ticket #694 has been fixed');
+ return;
+
$this->assertTrue($this->cache->useCache());
}