diff --git a/tests/SurfStack/Templating/Template_Engine_Test.php b/tests/SurfStack/Templating/Template_Engine_Test.php index 9fc99ac..d2c64f5 100644 --- a/tests/SurfStack/Templating/Template_Engine_Test.php +++ b/tests/SurfStack/Templating/Template_Engine_Test.php @@ -429,8 +429,6 @@ public function testCacheNotExpire() $this->render(); - sleep(1); - $this->assertTrue($this->view->isCacheCurrent()); }