mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-22 09:57:52 +02:00
tests: Mark several additional tests as can_fail on GNU Hurd
These consistently fail on scheduled CI runs, which is not helping our ability to catch Hurd regressions. For example, https://gitlab.gnome.org/GNOME/glib/-/jobs/3709402 Signed-off-by: Philip Withnall <pwithnall@gnome.org> See: #3148
This commit is contained in:
@@ -84,7 +84,10 @@ gobject_tests = {
|
||||
'bindinggroup' : {},
|
||||
'properties' : {},
|
||||
'properties-introspection' : {},
|
||||
'reference' : {},
|
||||
'reference' : {
|
||||
# FIXME: https://gitlab.gnome.org/GNOME/glib/-/issues/3148
|
||||
'can_fail' : host_system == 'gnu',
|
||||
},
|
||||
'flags' : {},
|
||||
'value' : {},
|
||||
'type' : {},
|
||||
|
Reference in New Issue
Block a user