Don't run pinch area test in parallel.
The tests require window focus, and therefore cannot be run in parallel with other tests that spawn windows. Change-Id: I3fc89054689779382cc42a26323756257b618192 Reviewed-by: Damian Jansen <damian.jansen@nokia.com>
This commit is contained in:
parent
75dc55622b
commit
33fcc79a88
|
@ -8,6 +8,4 @@ include (../../shared/util.pri)
|
|||
|
||||
TESTDATA = data/*
|
||||
|
||||
CONFIG += parallel_test
|
||||
|
||||
QT += core-private gui-private qml-private quick-private testlib
|
||||
|
|
Loading…
Reference in New Issue