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