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>
This commit is contained in:
Toby Tomkins 2012-05-18 15:02:00 +10:00 committed by Qt by Nokia
parent a3d4e0cbb1
commit 91fda8f119

View File

@ -1,4 +1,4 @@
CONFIG += testcase parallel_test
CONFIG += testcase
TARGET = tst_qsemaphore
QT = core testlib
SOURCES = tst_qsemaphore.cpp