Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved
[tests] handle exceptions for autorun scripts

Change-Id: If45fe2bbbe2cf56aa1d7f4d357b6b55f61a17a10
---
M tests/script_tests.py
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/script_tests.py b/tests/script_tests.py
index 7bb54db..d6c0317 100755
--- a/tests/script_tests.py
+++ b/tests/script_tests.py
@@ -403,17 +403,17 @@
_expected_failures = {
'catall', # stdout user interaction
'checkimages',
- 'noreferences',
'patrol',
'revertbot',
'unusedfiles', # not localized for default sites
- 'upload', # raises custom ValueError
}

_allowed_failures = [
'blockpageschecker', # not localized for some test sites
'disambredir',
'misspelling', # T94681
+ 'noreferences',
+ 'upload', # raises custom ValueError
'watchlist', # not logged in
]

@@ -434,7 +434,6 @@
'login',
'add_text',
'archivebot',
- 'blockpageschecker',
'category',
'category_redirect',
'change_pagelang',
@@ -473,6 +472,7 @@

_allowed_failures = [
'basic',
+ 'blockpageschecker',
'commonscat',
'commons_information',
'coordinate_import',

To view, visit change 832614. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: If45fe2bbbe2cf56aa1d7f4d357b6b55f61a17a10
Gerrit-Change-Number: 832614
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-CC: jenkins-bot
Gerrit-MessageType: merged