diff --git a/tests/system/suite_CSUP/tst_CSUP03/test.py b/tests/system/suite_CSUP/tst_CSUP03/test.py index bd4478000ef..21bc53f5c2f 100644 --- a/tests/system/suite_CSUP/tst_CSUP03/test.py +++ b/tests/system/suite_CSUP/tst_CSUP03/test.py @@ -77,6 +77,10 @@ def main(): } for useClang in [False, True]: with TestSection(getCodeModelString(useClang)): + if (useClang and platform.system() in ('Windows', 'Microsoft') + and JIRA.isBugStillOpen(18607)): + test.warning("Skipping unstable tests on Windows", "See QTCREATORBUG-18607") + continue if not startCreator(useClang): continue projectName = createNewNonQtProject()