summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/main/tst_main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/main/tst_main.cpp b/tests/auto/main/tst_main.cpp
index ee8e138f..1173b324 100644
--- a/tests/auto/main/tst_main.cpp
+++ b/tests/auto/main/tst_main.cpp
@@ -333,6 +333,9 @@ void tst_Main::mainQmlFile()
void tst_Main::startupTimer()
{
+#if defined(Q_OS_QNX)
+ QSKIP("StartupTimer not yet supported on QNX");
+#endif
QTemporaryFile tmp;
tmp.setAutoRemove(false);
QVERIFY(tmp.open());