aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeokha Ko <seokha.ko@qt.io>2023-04-27 18:03:02 +0900
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-04-28 02:38:23 +0000
commit25fa4fcad2677cf2b5eb4c0e1facb6a9e08bb5ee (patch)
tree188d3a096027c53c20060dea223b34bf81f71bf0
parent787ec49bfde2dbafe8a457c775ff2f8579d16a2c (diff)
Blacklist failing tests in tst_flickableinterop
pinchHandlerOnFlickable fail with QTBUG-112924. Blacklist it for now. It will be handled in QTBUG-113226 Fixes: QTBUG-113226 Fixes: QTBUG-112924 Change-Id: I58c646f957fb6f397405dc477d00eee770602e80 Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io> (cherry picked from commit 407675b1913a5138c636a730cf3f6a65ffed87fb) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--tests/auto/quick/pointerhandlers/flickableinterop/BLACKLIST3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/quick/pointerhandlers/flickableinterop/BLACKLIST b/tests/auto/quick/pointerhandlers/flickableinterop/BLACKLIST
index 5c5f2c9ed9..4e54331470 100644
--- a/tests/auto/quick/pointerhandlers/flickableinterop/BLACKLIST
+++ b/tests/auto/quick/pointerhandlers/flickableinterop/BLACKLIST
@@ -26,3 +26,6 @@ android
android
[touchAndDragHandlerOnFlickable]
android
+# QTBUG-113226
+[pinchHandlerOnFlickable]
+*