jenkins-bot has submitted this change and it was merged. Change subject: Add @group medium to ApiUploadTest ......................................................................
Add @group medium to ApiUploadTest api tests require either @group medium or @group large Change-Id: Iea65c4856579690de234a2a8c01669b282a265f3 --- M tests/phpunit/includes/api/ApiUploadTest.php 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Legoktm: Looks good to me, approved jenkins-bot: Verified diff --git a/tests/phpunit/includes/api/ApiUploadTest.php b/tests/phpunit/includes/api/ApiUploadTest.php index b089894..7bd7207 100644 --- a/tests/phpunit/includes/api/ApiUploadTest.php +++ b/tests/phpunit/includes/api/ApiUploadTest.php @@ -3,6 +3,7 @@ /** * @group API * @group Database + * @group medium */ /** -- To view, visit https://gerrit.wikimedia.org/r/97346 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iea65c4856579690de234a2a8c01669b282a265f3 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Aude <[email protected]> Gerrit-Reviewer: Legoktm <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
