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
parent
4fc3d9ba63
commit
634b9b1e5c
|
|
@ -1,5 +1,4 @@
|
|||
CONFIG += testcase
|
||||
CONFIG += parallel_test
|
||||
TARGET = tst_qabstractitemview
|
||||
QT += widgets testlib
|
||||
SOURCES += tst_qabstractitemview.cpp
|
||||
|
|
|
|||
Loading…
Reference in New Issue