mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +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:
@@ -457,6 +457,8 @@ if host_machine.system() != 'windows'
|
||||
'gdbus-connection-slow' : {
|
||||
'extra_sources' : extra_sources,
|
||||
'extra_programs': extra_programs + ['gdbus-connection-flush-helper'],
|
||||
# FIXME: https://gitlab.gnome.org/GNOME/glib/-/issues/3148
|
||||
'can_fail' : host_system == 'gnu',
|
||||
},
|
||||
'gdbus-error' : {'extra_sources' : extra_sources},
|
||||
'gdbus-exit-on-close' : {'extra_sources' : extra_sources},
|
||||
|
Reference in New Issue
Block a user