Remove parallel flag for qsemaphore because of flaky nature.
authorToby Tomkins <toby.tomkins@nokia.com>
Fri, 18 May 2012 05:02:00 +0000 (15:02 +1000)
committerQt by Nokia <qt-info@nokia.com>
Fri, 18 May 2012 08:33:17 +0000 (10:33 +0200)
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>
tests/auto/corelib/thread/qsemaphore/qsemaphore.pro

index 0ad311d..5a0f033 100644 (file)
@@ -1,4 +1,4 @@
-CONFIG += testcase parallel_test
+CONFIG += testcase
 TARGET = tst_qsemaphore
 QT = core testlib
 SOURCES = tst_qsemaphore.cpp