disable ApiUploadTest
authorAntoine Musso <hashar@users.mediawiki.org>
Mon, 6 Feb 2012 21:39:56 +0000 (21:39 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Mon, 6 Feb 2012 21:39:56 +0000 (21:39 +0000)
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

tests/phpunit/includes/api/ApiUploadTest.php

index 753582f..7a70032 100644 (file)
@@ -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.
  */