From c294df1d3a36e351b18a018d1c8052d4e4a49dc2 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Thu, 30 Jun 2022 09:55:27 +0200 Subject: [PATCH] Squish: Skip a test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Wizard nowadays expects a Qt version we do not provide by default. Change-Id: If0f2b3aa5755a549bd63fc258fd78b1a40337a8a Reviewed-by: Robert Löhning --- tests/system/suite_qtquick/tst_qtquick_creation4/test.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/system/suite_qtquick/tst_qtquick_creation4/test.py b/tests/system/suite_qtquick/tst_qtquick_creation4/test.py index 82d04ef8d3d..9408acaf7df 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