forked from AuroraMiddleware/gtk
ci: Declare a reftest as flaky
fixed-widget-stacking is failing frequently due to a blinking cursor showing up in one of the windows in ci.
This commit is contained in:
parent
21e9a508bd
commit
d8d5cace2a
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user