From c9c00ef397fd3930c6dd58cfe61e88acb4bf1115 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Mon, 6 Feb 2012 21:39:56 +0000 Subject: [PATCH] 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 --- tests/phpunit/includes/api/ApiUploadTest.php | 3 +++ 1 file changed, 3 insertions(+) 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. */ -- 2.20.1