summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2022-06-30 09:55:27 +0200
committerChristian Stenger <christian.stenger@qt.io>2022-06-30 08:51:36 +0000
commitc294df1d3a36e351b18a018d1c8052d4e4a49dc2 (patch)
treeba4bb977ae90025cd0a85a0fbaa37773806362bf /tests
parent450f4abe745210d949c569926372858284f43ef7 (diff)
downloadqt-creator-c294df1d3a36e351b18a018d1c8052d4e4a49dc2.tar.gz
Squish: Skip a test
Wizard nowadays expects a Qt version we do not provide by default. Change-Id: If0f2b3aa5755a549bd63fc258fd78b1a40337a8a Reviewed-by: Robert Löhning <robert.loehning@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/system/suite_qtquick/tst_qtquick_creation4/test.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/system/suite_qtquick/tst_qtquick_creation4/test.py b/tests/system/suite_qtquick/tst_qtquick_creation4/test.py
index 82d04ef8d3..9408acaf7d 100644
--- a/tests/system/suite_qtquick/tst_qtquick_creation4/test.py
+++ b/tests/system/suite_qtquick/tst_qtquick_creation4/test.py
@@ -26,6 +26,10 @@
source("../../shared/qtcreator.py")
def main():
+ # FIXME
+ test.warning("Qt Quick 2 Extension Plugin needs Qt6.2+ nowadays.")
+ return
+
startQC()
if not startedWithoutPluginError():
return