jenkins-bot has submitted this change and it was merged.
Change subject: Disable script makecat in tests ......................................................................
Disable script makecat in tests
The makecat script needs to be disabled until bug 69781 is resolved.
Change-Id: I39d0c868f8f81f9ddb358b57b63e2a1a23d2838e --- M tests/script_tests.py 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: John Vandenberg: Looks good to me, but someone else must approve Merlijn van Deen: Looks good to me, approved jenkins-bot: Verified
diff --git a/tests/script_tests.py b/tests/script_tests.py index 7e0100d..b229222 100644 --- a/tests/script_tests.py +++ b/tests/script_tests.py @@ -58,6 +58,7 @@ and name != 'welcome.py' # result depends on speed and name != 'script_wui.py' # depends on lua compiling and name != 'editarticle.py' # requires a X DISPLAY + and name != 'makecat.py' # bug 69781 ] return ['login'] + script_list
pywikibot-commits@lists.wikimedia.org