jenkins-bot has submitted this change and it was merged.

Change subject: Disable testing of scripts/editarticle.py
......................................................................


Disable testing of scripts/editarticle.py

With GUI editing now part of core, editarticle tries to load a
GUI window, which isnt possible on the travis-ci environment.

Change-Id: I8f3d40cb79f92ad10e935df8cef6e02ca5413257
---
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 ded3821..000993e 100644
--- a/tests/script_tests.py
+++ b/tests/script_tests.py
@@ -57,6 +57,7 @@
                    and name != 'imageuncat.py'   # this halts indefinitely
                    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
                    ]
     return ['login'] + script_list
 

-- 
To view, visit https://gerrit.wikimedia.org/r/151985
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I8f3d40cb79f92ad10e935df8cef6e02ca5413257
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: John Vandenberg <[email protected]>
Gerrit-Reviewer: John Vandenberg <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to