summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToby Tomkins <toby.tomkins@nokia.com>2012-05-18 15:02:00 +1000
committerQt by Nokia <qt-info@nokia.com>2012-05-18 10:33:17 +0200
commit91fda8f1191704c1a08bbe4b08911704c281c342 (patch)
treea9dc8eb6a23ccf0470d4b775e85f762949d97316
parenta3d4e0cbb168835f37f9541b057a6f0044cc4e1c (diff)
Remove parallel flag for qsemaphore because of flaky nature.
The CI system is now using the parallel_test flag to run tests in parallel. This test has become flaky, or at least more flaky than it was previously. Mark it to no longer run in parallel. Change-Id: I47bca3be620a8f648a0eb9c9b9f26d2d925efc01 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
-rw-r--r--tests/auto/corelib/thread/qsemaphore/qsemaphore.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/corelib/thread/qsemaphore/qsemaphore.pro b/tests/auto/corelib/thread/qsemaphore/qsemaphore.pro
index 0ad311de99..5a0f0337e6 100644
--- a/tests/auto/corelib/thread/qsemaphore/qsemaphore.pro
+++ b/tests/auto/corelib/thread/qsemaphore/qsemaphore.pro
@@ -1,4 +1,4 @@
-CONFIG += testcase parallel_test
+CONFIG += testcase
TARGET = tst_qsemaphore
QT = core testlib
SOURCES = tst_qsemaphore.cpp