Do not run tst_qabstractitemview in parallel

This test waits for window activation and gets disturbed by mouse
movements.
The test duration is not long enough to justify the flakyness (around 10
seconds on my laptop).

Change-Id: I985044f954c09442220db3ca318045c04ef6bb77
Reviewed-by: Sergio Ahumada <sahumada@blackberry.com>
bb10
Frederik Gladhorn 2014-03-19 00:56:41 +01:00 committed by The Qt Project
parent 4fc3d9ba63
commit 634b9b1e5c
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
CONFIG += testcase
CONFIG += parallel_test
TARGET = tst_qabstractitemview
QT += widgets testlib
SOURCES += tst_qabstractitemview.cpp