diff options
author | Paolo Angelelli <paolo.angelelli@qt.io> | 2016-10-24 16:11:06 +0200 |
---|---|---|
committer | Paolo Angelelli <paolo.angelelli@qt.io> | 2016-11-01 14:39:28 +0000 |
commit | 09868ace97177fbeb7198a844113f47065102b1b (patch) | |
tree | 6560ecc807efbca4fdd5888945d1f544fcdceb44 | |
parent | 3db74efd86aa0d724ca94bab5168aa9f92d3c18d (diff) | |
download | qtlocation-09868ace97177fbeb7198a844113f47065102b1b.tar.gz |
Skip failing autotests due to flick signals not being emitted
It seems that the combination of mouseClick/mouseMove/mouseRelease
is not able anymore to produce consistent flicking.
This makes some autotests fail, however manually using a mouse succeed
to make the flickable flick.
For this reason this patch skips the failing autotests for the moment
until the root cause is found
Task-number: QTBUG-56679
Change-Id: If5b24ae50eca5e7f1e4d8f2d38bc7e4183c60903
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
-rw-r--r-- | tests/auto/declarative_ui/BLACKLIST | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/declarative_ui/BLACKLIST b/tests/auto/declarative_ui/BLACKLIST new file mode 100644 index 00000000..27e7887d --- /dev/null +++ b/tests/auto/declarative_ui/BLACKLIST @@ -0,0 +1,5 @@ +[MapKeepGrabAndPreventSteal::test_map_preventsteal] +* + +[MapKeepGrabAndPreventSteal::test_flick] +* |