From 53a1c6f3410c4991ca3beac4f68d0904778a6bc0 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Sun, 27 Oct 2019 13:07:26 -0700 Subject: [PATCH] Update ArrayDecoratorTest.php --- tests/phpunit/E2E/Cache/ArrayDecoratorTest.php | 3 +++ 1 file changed, 3 insertions(+) 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__]); } -- 2.25.1