From: Timo Tijhof Date: Tue, 19 Mar 2019 15:25:18 +0000 (+0000) Subject: debug: Disable flaky CeeFormatterTest X-Git-Tag: 1.34.0-rc.0~2471^2 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=44f0081371ad39a8212d2ae9debefc7a2309447f;p=lhc%2Fweb%2Fwiklou.git debug: Disable flaky CeeFormatterTest Follows-up 667b17a3193f0af0. Bug: T218688 Change-Id: I70afc5b9c41ae8d593d71f27bc55b424d9de260c --- diff --git a/tests/phpunit/includes/debug/logger/monolog/CeeFormatterTest.php b/tests/phpunit/includes/debug/logger/monolog/CeeFormatterTest.php index 7d0c83912c..b30c7a4c92 100644 --- a/tests/phpunit/includes/debug/logger/monolog/CeeFormatterTest.php +++ b/tests/phpunit/includes/debug/logger/monolog/CeeFormatterTest.php @@ -3,6 +3,9 @@ namespace MediaWiki\Logger\Monolog; /** + * Flay per https://phabricator.wikimedia.org/T218688. + * + * @group Broken * @covers \MediaWiki\Logger\Monolog\CeeFormatter */ class CeeFormatterTest extends \PHPUnit\Framework\TestCase {