ci: Disable treeview-headers-hidden reftest

Somebody needs to figure out why it fails in ci so
frequently.
This commit is contained in:
Matthias Clasen 2021-08-05 12:41:04 -04:00
parent 8ff94ea1f2
commit e5e7f5dd88

View File

@ -441,8 +441,11 @@ testdata = [
'treeview-fixed-height.css',
'treeview-fixed-height.ref.ui',
'treeview-fixed-height.ui',
'treeview-headers-hidden.ref.ui',
'treeview-headers-hidden.ui',
# this test fails with an off-by-one in ci too frequently
# to be left enabled. Remove it until somebody figures out
# what is going on there.
#'treeview-headers-hidden.ref.ui',
#'treeview-headers-hidden.ui',
'unresolvable.css',
'unresolvable.ref.ui',
'unresolvable.ui',