jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/834505 )
Change subject: [tests] Update failing script tests ......................................................................
[tests] Update failing script tests
Change-Id: Ia85d1be190e459d9d18504e79f86afb85cee22ee --- M tests/script_tests.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/tests/script_tests.py b/tests/script_tests.py index e22d409..c9c5c04 100755 --- a/tests/script_tests.py +++ b/tests/script_tests.py @@ -363,7 +363,6 @@ _expected_failures = { 'catall', # stdout user interaction 'checkimages', - 'patrol', 'revertbot', 'unusedfiles', # not localized for default sites } @@ -373,6 +372,7 @@ 'disambredir', 'misspelling', # T94681 'noreferences', + 'patrol', 'upload', # raises custom ValueError 'watchlist', # not logged in }
pywikibot-commits@lists.wikimedia.org