From: Antoine Musso Date: Mon, 6 Feb 2012 21:39:56 +0000 (+0000) Subject: disable ApiUploadTest X-Git-Tag: 1.31.0-rc.0~24909 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=c9c00ef397fd3930c6dd58cfe61e88acb4bf1115;p=lhc%2Fweb%2Fwiklou.git disable ApiUploadTest ApiUploadTest gives inconsistent results which trigger false alamrs to all the ops team. We are disabling those tests for now. See https://bugzilla.wikimedia.org/26169 --- diff --git a/tests/phpunit/includes/api/ApiUploadTest.php b/tests/phpunit/includes/api/ApiUploadTest.php index 753582f7d9..7a70032630 100644 --- a/tests/phpunit/includes/api/ApiUploadTest.php +++ b/tests/phpunit/includes/api/ApiUploadTest.php @@ -19,6 +19,9 @@ require_once( 'ApiTestCaseUpload.php' ); /** * @group Database + * @group Broken + * Broken test, reports false errors from time to time. + * See https://bugzilla.wikimedia.org/26169 * * This is pretty sucky... needs to be prettified. */