diff --git a/api/src/test/CacheTest.php b/api/src/test/CacheTest.php index 3b0dcf946b..464c9a7cad 100644 --- a/api/src/test/CacheTest.php +++ b/api/src/test/CacheTest.php @@ -120,7 +120,7 @@ class CacheTest extends TestCase } } catch (\Exception $e) { - error_log($e->getMessage()); + $this->markTestSkipped($e->getMessage()); } }