From 4f2f86b5bfd45e0bc9fc690d0ec7b7880eac7f36 Mon Sep 17 00:00:00 2001 From: Robert Loehning Date: Fri, 25 Oct 2019 14:55:50 +0200 Subject: [PATCH] Squish: Skip testing Qt Quick 2 Extension Plugin wizard We're not doing anything in it anyway. Change-Id: I5d790d98c8952e6167bfe241af5490cf18622890 Reviewed-by: Christian Stenger --- tests/system/suite_general/tst_create_proj_wizard/test.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/system/suite_general/tst_create_proj_wizard/test.py b/tests/system/suite_general/tst_create_proj_wizard/test.py index 1d822c7ca59..69d1c4de4d7 100644 --- a/tests/system/suite_general/tst_create_proj_wizard/test.py +++ b/tests/system/suite_general/tst_create_proj_wizard/test.py @@ -62,7 +62,8 @@ def main(): template = template.replace(".", "\\.") # skip non-configurable if template not in ["Qt Quick UI Prototype", "Auto Test Project", # FIXME - "Qt for Python - Empty", "Qt for Python - Window"]: + "Qt for Python - Empty", "Qt for Python - Window", + "Qt Quick 2 Extension Plugin"]: availableProjectTypes.append({category:template}) safeClickButton("Cancel") for current in availableProjectTypes: