mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
gio: mark codegen test as can-fail in freebsd
See: https://gitlab.gnome.org/GNOME/glib/-/issues/2764
This commit is contained in:
parent
62dca6c1cf
commit
914bb06ab4
@ -150,7 +150,8 @@ test_extra_programs = {
|
||||
}
|
||||
|
||||
python_tests = {
|
||||
'codegen.py' : {},
|
||||
# FIXME: https://gitlab.gnome.org/GNOME/glib/-/issues/2764
|
||||
'codegen.py' : { 'can_fail' : host_system == 'freebsd' },
|
||||
}
|
||||
|
||||
test_env = environment(common_test_env)
|
||||
|
Loading…
Reference in New Issue
Block a user