tests: Fix resources test on macOS

The content type detection is not very specific on macOS.
This commit is contained in:
Nirbheek Chauhan
2022-10-26 15:43:58 +05:30
parent 9fa3915236
commit 958d0f9b9b
2 changed files with 4 additions and 2 deletions

View File

@@ -856,8 +856,6 @@ if meson.can_run_host_binaries()
gio_tests += {
'resources' : {
'extra_sources' : resources_extra_sources,
# FIXME: https://gitlab.gnome.org/GNOME/glib/-/issues/1392
'should_fail' : host_system == 'darwin',
},
}
endif