From f7a1c1caa015ae0674791bcaba9ee2d03e7b5272 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Mon, 4 Apr 2016 11:05:47 +0200 Subject: [PATCH] Squish: Disable testing QmlJS console This has changed too much and must be rewritten. Due to other issues this is not easily doable, so disabling this test for now. Task-number: QTCREATORBUG-15831 Change-Id: If0c7866b1f68a32c0696636fc76aed9bbe2ea921 Reviewed-by: Robert Loehning --- tests/system/suite_debugger/tst_qml_js_console/test.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/system/suite_debugger/tst_qml_js_console/test.py b/tests/system/suite_debugger/tst_qml_js_console/test.py index a6adab106d2..28654109f53 100644 --- a/tests/system/suite_debugger/tst_qml_js_console/test.py +++ b/tests/system/suite_debugger/tst_qml_js_console/test.py @@ -110,6 +110,9 @@ def testLoggingFeatures(): clickButton(":*Qt Creator.Clear_QToolButton") def main(): + test.warning("This test must be rewritten (QTCREATORBUG-15831)") # QmlJS Console has changed + return + projName = "simpleQuickUI2.qmlproject" projFolder = os.path.dirname(findFile("testdata", "simpleQuickUI2/%s" % projName)) if not neededFilePresent(os.path.join(projFolder, projName)):