From 252ae6268bb33360fa2f918a264364ef3d52323c Mon Sep 17 00:00:00 2001 From: Brad Jorsch Date: Fri, 18 Jan 2013 14:02:28 -0500 Subject: (bug 43762) Mark slow unit test as @group medium All tests based on APITestCase can be slow. I've also seen more than one Jenkins failure due to GlobalTest::testMerge timing out. Also, added a meta-test on APITestCase to make sure that all its subclasses are marked with @group medium or @group large, to prevent new tests from re-causing the bug. Change-Id: I48630736a3d06574876fd1fa3d90899cfbc48012 --- tests/phpunit/includes/api/ApiBlockTest.php | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/phpunit/includes/api/ApiBlockTest.php') diff --git a/tests/phpunit/includes/api/ApiBlockTest.php b/tests/phpunit/includes/api/ApiBlockTest.php index 52f1d28dd35a..dd4d5982419e 100644 --- a/tests/phpunit/includes/api/ApiBlockTest.php +++ b/tests/phpunit/includes/api/ApiBlockTest.php @@ -3,6 +3,7 @@ /** * @group API * @group Database + * @group medium */ class ApiBlockTest extends ApiTestCase { -- cgit v1.2.3