diff --git a/src/plugins/qmlprofiler/tests/localqmlprofilerrunner_test.cpp b/src/plugins/qmlprofiler/tests/localqmlprofilerrunner_test.cpp index 3606c8c2cf2..7012720e96c 100644 --- a/src/plugins/qmlprofiler/tests/localqmlprofilerrunner_test.cpp +++ b/src/plugins/qmlprofiler/tests/localqmlprofilerrunner_test.cpp @@ -27,6 +27,7 @@ #include #include #include +#include #include #include @@ -39,6 +40,9 @@ LocalQmlProfilerRunnerTest::LocalQmlProfilerRunnerTest(QObject *parent) : QObjec void LocalQmlProfilerRunnerTest::testRunner() { + if (Utils::HostOsInfo::isWindowsHost()) + QSKIP("This test is disabled on Windows as it produces a blocking dialog."); + LocalQmlProfilerRunner::Configuration configuration; Debugger::AnalyzerRunControl *rc = Debugger::createAnalyzerRunControl( nullptr, ProjectExplorer::Constants::QML_PROFILER_RUN_MODE);