summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorPasi Petäjäjärvi <pasi.petajajarvi@qt.io>2021-11-24 16:37:14 +0200
committerPasi Petäjäjärvi <pasi.petajajarvi@qt.io>2021-12-12 13:12:39 +0200
commitfbbcd109f518adaedc5b3a009b204ac78a284a9a (patch)
tree83e3988292459a0a14259166ecccbf5ed783a0b9 /tests/auto
parent6fbb02add54d4903c9f4092e978ec58a844dcd89 (diff)
QNX: Cannot handle threads in given time
Large amount of threads is unstable and do not finish in given time Pick-to: 6.2 Change-Id: I0ce4c8cd278d6611c9e9da7326048279ccc458fd Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/corelib/io/qprocess/tst_qprocess.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/corelib/io/qprocess/tst_qprocess.cpp b/tests/auto/corelib/io/qprocess/tst_qprocess.cpp
index 41f90de1e7..63f2a816fc 100644
--- a/tests/auto/corelib/io/qprocess/tst_qprocess.cpp
+++ b/tests/auto/corelib/io/qprocess/tst_qprocess.cpp
@@ -1236,6 +1236,10 @@ void tst_QProcess::processInAThread()
void tst_QProcess::processesInMultipleThreads()
{
+#if defined(Q_OS_QNX)
+ QSKIP("QNX: Large amount of threads is unstable and do not finish in given time");
+#endif
+
for (int i = 0; i < 10; ++i) {
// run from 1 to 10 threads, but run at least some tests
// with more threads than the ideal