jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/832491 )
Change subject: [tests] Add expected failure for autorun scripts ......................................................................
[tests] Add expected failure for autorun scripts
Change-Id: Icc0c326fd9c7baf5771a17fd1919e0aa5757d3c5 --- M tests/script_tests.py 1 file changed, 18 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 82257ad..2a0b395 100755 --- a/tests/script_tests.py +++ b/tests/script_tests.py @@ -402,6 +402,10 @@
_expected_failures = { 'catall', # stdout user interaction + 'checkimages', + 'noreferences', + 'patrol', + 'revertbot', 'unusedfiles', # not localized for default sites 'upload', # raises custom ValueError } @@ -425,29 +429,43 @@ login = True
_expected_failures = { + '_login', 'add_text', 'archivebot', + 'blockpageschecker', 'category', 'change_pagelang', + 'checkimages', 'claimit', + 'clean_sandbox', 'dataextend', 'data_ingestion', 'delete', + 'delinker', 'djvutext', 'download_dump', 'harvest_template', 'interwiki', 'listpages', + 'misspelling', 'movepages', 'pagefromfile', + 'parser_function_count', + 'patrol', 'protect', 'redirect', 'reflinks', 'replicate_wiki', + 'revertbot', + 'shell', 'speedy_delete', 'template', 'templatecount', 'transferbot', + 'unusedfiles', + 'upload', + 'watchlist', + 'welcome', }
_allowed_failures = [
pywikibot-commits@lists.wikimedia.org