From: Tim Otten Date: Sun, 27 Oct 2019 20:07:26 +0000 (-0700) Subject: Update ArrayDecoratorTest.php X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=53a1c6f3410c4991ca3beac4f68d0904778a6bc0;p=civicrm-core.git Update ArrayDecoratorTest.php --- diff --git a/tests/phpunit/E2E/Cache/ArrayDecoratorTest.php b/tests/phpunit/E2E/Cache/ArrayDecoratorTest.php index ae77d54a28..5559a4e674 100644 --- a/tests/phpunit/E2E/Cache/ArrayDecoratorTest.php +++ b/tests/phpunit/E2E/Cache/ArrayDecoratorTest.php @@ -81,6 +81,9 @@ class E2E_Cache_ArrayDecoratorTest extends E2E_Cache_CacheTestCase { } public function testSetTtl() { + // This test has exhibited some flakiness. It is overridden to + // dump more detailed information about failures; however, it should be + // substantively the same. if (isset($this->skippedTests[__FUNCTION__])) { $this->markTestSkipped($this->skippedTests[__FUNCTION__]); }