summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-12-20 05:07:51 +0000
committerMatthias Clasen <mclasen@redhat.com>2022-12-20 05:07:51 +0000
commita0de7884cd0d0afa44709d17c4c691c33ecf3a48 (patch)
treeed949dd468dd27b3c69484b7efa2f009c95b8073
parentb5b9cb189ff9fae43bfc1956ea2f32e1a53ae5ef (diff)
parentd8d5cace2a9f136f7b6a3de0a61e775066641455 (diff)
downloadgtk+-a0de7884cd0d0afa44709d17c4c691c33ecf3a48.tar.gz
Merge branch 'another-flaky-reftest' into 'main'
ci: Declare a reftest as flaky See merge request GNOME/gtk!5354
-rw-r--r--testsuite/reftests/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/reftests/meson.build b/testsuite/reftests/meson.build
index 184a0971b0..b8e0ef0e64 100644
--- a/testsuite/reftests/meson.build
+++ b/testsuite/reftests/meson.build
@@ -598,6 +598,7 @@ xfails = [
'label-background.ui',
'label-wrap-justify.ui',
]
+
flaky = [
# these tests need a better way to perform delayed actions
# they are not in xfails since they succeed on some platforms
@@ -610,6 +611,8 @@ flaky = [
'treeview-headers-hidden.ui',
# this consistently times out in the ci
'shorthand-entry-border.ui',
+ # blinking cursors and timing issues make this unreliable
+ 'fixed-widget-stacking.ui',
]
reftest_env = environment()