jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1088698?usp=email )
Change subject: [tests: Allow some scripts to fail ...................................................................... [tests: Allow some scripts to fail Bug: T379455 Change-Id: I61422b2b2be22c13bcd617416086386f39a7f729 --- M tests/script_tests.py 1 file changed, 3 insertions(+), 0 deletions(-) Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved diff --git a/tests/script_tests.py b/tests/script_tests.py index 7bd674e..6a420a2 100755 --- a/tests/script_tests.py +++ b/tests/script_tests.py @@ -368,6 +368,7 @@ 'category_redirect', 'claimit', 'clean_sandbox', + 'commons_information', # T379455 'coordinate_import', 'delinker', 'disambredir', @@ -446,6 +447,8 @@ _allowed_failures = { 'basic', 'delete', # T368859 + 'fixing_redirects', # T379455 + 'illustrate_wikidata', # T379455 'imagetransfer', # T368859 'newitem', 'nowcommons', -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1088698?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: I61422b2b2be22c13bcd617416086386f39a7f729 Gerrit-Change-Number: 1088698 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <i...@gno.de> Gerrit-Reviewer: Xqt <i...@gno.de> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- pywikibot-commits@lists.wikimedia.org To unsubscribe send an email to pywikibot-commits-le...@lists.wikimedia.org