gio: mark codegen test as can-fail in freebsd

See: https://gitlab.gnome.org/GNOME/glib/-/issues/2764
This commit is contained in:
Marco Trevisan (Treviño) 2022-10-19 21:33:19 +02:00
parent 62dca6c1cf
commit 914bb06ab4

View File

@ -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)