From 7c5991bcbc658272d3ab5a1e4cd66c26084a478c Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Sat, 2 Apr 2016 00:05:47 +0100 Subject: [PATCH] Disable flaky UIDGeneratorTest::testTimestampedUID test Currently causing builds to break all over the place. Disable until someone can attend to it. Bug: T131549 Change-Id: I0eb29c53e70ef84a4facc137a3bf20f64a673511 --- tests/phpunit/includes/utils/UIDGeneratorTest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/phpunit/includes/utils/UIDGeneratorTest.php b/tests/phpunit/includes/utils/UIDGeneratorTest.php index 6d7325dee1..d746ea1459 100644 --- a/tests/phpunit/includes/utils/UIDGeneratorTest.php +++ b/tests/phpunit/includes/utils/UIDGeneratorTest.php @@ -9,6 +9,9 @@ class UIDGeneratorTest extends PHPUnit_Framework_TestCase { } /** + * Flaky test (T131549). + * + * @group Broken * @dataProvider provider_testTimestampedUID * @covers UIDGenerator::newTimestampedUID128 * @covers UIDGenerator::newTimestampedUID88 -- 2.20.1