From 09868ace97177fbeb7198a844113f47065102b1b Mon Sep 17 00:00:00 2001 From: Paolo Angelelli Date: Mon, 24 Oct 2016 16:11:06 +0200 Subject: 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 --- tests/auto/declarative_ui/BLACKLIST | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/auto/declarative_ui/BLACKLIST 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] +* -- cgit v1.2.3