ci: Declare a reftest as flaky
authorMatthias Clasen <mclasen@redhat.com>
Tue, 20 Dec 2022 04:51:34 +0000 (23:51 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 20 Dec 2022 04:52:51 +0000 (23:52 -0500)
fixed-widget-stacking is failing frequently due
to a blinking cursor showing up in one of the
windows in ci.

testsuite/reftests/meson.build

index 184a0971b0f72e2503af7d78febbb2416c921791..b8e0ef0e64694f9caa93efb3a05a9d28d1ea5759 100644 (file)
@@ -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()