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 e9037a91d7c..ab984d52257 100644 --- a/tests/system/suite_general/tst_create_proj_wizard/test.py +++ b/tests/system/suite_general/tst_create_proj_wizard/test.py @@ -61,7 +61,7 @@ def main(): for template in dumpItems(templatesView.model(), templatesView.rootIndex()): template = template.replace(".", "\\.") # skip non-configurable - if (template not in ["Qt Quick UI Prototype", "Auto Test Project"] + if (template not in ["Qt Quick UI Prototype", "Auto Test Project", "Qt Creator Plugin"] and "Qt for Python - " not in template): # FIXME availableProjectTypes.append({category:template}) safeClickButton("Cancel")