aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2021-11-01 11:29:26 +0100
committerTarja Sundqvist <tarja.sundqvist@qt.io>2021-11-03 19:34:11 +0200
commit6de50dda31f53bb5b884d653b69ce00e172df09b (patch)
treece677714a31e53139a02b7e4460ab1016ebe7511
parentf5705aab45a55acf092f012a7339144e98deace4 (diff)
Blacklist certain tests that check selection handle positions
These fail on at least Ubuntu and openSUSE. From what I can see, the expected position that the tests use for the handle is incorrect. Until this receives further investigation, we should blacklist it to unblock CI. Task-number: QTBUG-97830 Change-Id: Id2fedcd18479ac730306de21472ecfe65e616779 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit 4fc7cf56cef4f835ecbef8ed0ed0adb932a6d016)
-rw-r--r--tests/auto/inputpanel/BLACKLIST9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/inputpanel/BLACKLIST b/tests/auto/inputpanel/BLACKLIST
new file mode 100644
index 00000000..59d98f0b
--- /dev/null
+++ b/tests/auto/inputpanel/BLACKLIST
@@ -0,0 +1,9 @@
+# See qtbase/src/testlib/qtestblacklist.cpp for format
+
+# QTBUG-97830
+[tst_plugin::test_fullScreenModeSelectionHandles:row 0]
+*
+
+# QTBUG-97830
+[tst_plugin::test_selection:row 0]
+*