jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/832608 )
Change subject: [tests] Expand allowed failure for autorun scripts ......................................................................
[tests] Expand allowed failure for autorun scripts
Change-Id: I2e698f4f96eeb9f9bf249e1c2b6ccc68d8e091a5 --- M tests/script_tests.py 1 file changed, 2 insertions(+), 0 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/tests/script_tests.py b/tests/script_tests.py index 3401be1..7bb54db 100755 --- a/tests/script_tests.py +++ b/tests/script_tests.py @@ -411,8 +411,10 @@ }
_allowed_failures = [ + 'blockpageschecker', # not localized for some test sites 'disambredir', 'misspelling', # T94681 + 'watchlist', # not logged in ]
_arguments = '-simulate'
pywikibot-commits@lists.wikimedia.org