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
 

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

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

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

Reply via email to