jenkins-bot has submitted this change and it was merged.
Change subject: py2.6 test fix: welcome breaks unreliably ......................................................................
py2.6 test fix: welcome breaks unreliably
Change-Id: I049a4c864a25972fad5e13399f186c649da67331 --- M tests/script_tests.py 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: John Vandenberg: Looks good to me, approved jenkins-bot: Verified
diff --git a/tests/script_tests.py b/tests/script_tests.py index a6a9398..b371904 100644 --- a/tests/script_tests.py +++ b/tests/script_tests.py @@ -55,6 +55,7 @@ and check_script_deps(name) and name != 'imageuncat.py' # this halts indefinitely and name != 'watchlist.py' # result depends on speed + and name != 'welcome.py' # result depends on speed and name != 'script_wui.py' # depends on lua compiling ] return script_list
pywikibot-commits@lists.wikimedia.org