forked from qt-creator/qt-creator
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 <robert.loehning@theqtcompany.com>
This commit is contained in:
@@ -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)):
|
||||
|
Reference in New Issue
Block a user