diff --git a/gio/tests/meson.build b/gio/tests/meson.build index 4641c782c..c894f12e0 100644 --- a/gio/tests/meson.build +++ b/gio/tests/meson.build @@ -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)