diff options
author | Antoine Musso <hashar@users.mediawiki.org> | 2012-02-06 21:39:56 +0000 |
---|---|---|
committer | Antoine Musso <hashar@users.mediawiki.org> | 2012-02-06 21:39:56 +0000 |
commit | c9c00ef397fd3930c6dd58cfe61e88acb4bf1115 (patch) | |
tree | e10552a59d16d5f6b26970c0a45453c440e87926 /tests/phpunit/includes/api | |
parent | 23cff27313106001f99113ef4097a9e22b5a34a1 (diff) | |
download | mediawikicore-c9c00ef397fd3930c6dd58cfe61e88acb4bf1115.tar.gz mediawikicore-c9c00ef397fd3930c6dd58cfe61e88acb4bf1115.zip |
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
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/110790
Diffstat (limited to 'tests/phpunit/includes/api')
-rw-r--r-- | tests/phpunit/includes/api/ApiUploadTest.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/phpunit/includes/api/ApiUploadTest.php b/tests/phpunit/includes/api/ApiUploadTest.php index 753582f7d999..7a700326302f 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. */ |