Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/786931 )
Change subject: [tests] Allow additional generator script tests to fail ......................................................................
[tests] Allow additional generator script tests to fail
Change-Id: I0278489cdd97807f59a1fde30c1fe95b3e4db4c6 --- M tests/script_tests.py 1 file changed, 6 insertions(+), 1 deletion(-)
Approvals: Xqt: Verified; Looks good to me, approved
diff --git a/tests/script_tests.py b/tests/script_tests.py index aabc8fb..cc5b3dd 100755 --- a/tests/script_tests.py +++ b/tests/script_tests.py @@ -445,14 +445,19 @@ _allowed_failures = [ 'basic', 'commonscat', + 'commons_information', 'coordinate_import', 'cosmetic_changes', - 'fixing_redircts', + 'fixing_redirects', 'illustrate_wikidata', + 'image', + 'imagetransfer', + 'interwikidata', 'newitem', 'replace', 'solve_disambiguation', 'touch', + 'weblinkchecker', ]
_arguments = '-simulate -page:Foo -always'
pywikibot-commits@lists.wikimedia.org