summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2022-10-21 18:56:12 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2022-10-21 18:56:12 +0000
commit662661a8d0e1debefccb9ec5b204668bf59d140c (patch)
tree22dab0efc45d1fbcf54df55942291fb44b8e815e
parentd83c87c1f60e6b72c20a4cbce87fd1f35cade0df (diff)
parentd0eaccccad23dc1b916e0a90e5a2b37ed23d47a1 (diff)
downloadglib-662661a8d0e1debefccb9ec5b204668bf59d140c.tar.gz
Merge branch 'wip/pwithnall/macos-file-info-test-fixed' into 'main'
build: Mark the g-file-info test as succeeding See merge request GNOME/glib!3004
-rw-r--r--gio/tests/meson.build5
1 files changed, 1 insertions, 4 deletions
diff --git a/gio/tests/meson.build b/gio/tests/meson.build
index 57fc7d3cc..4ed8f6561 100644
--- a/gio/tests/meson.build
+++ b/gio/tests/meson.build
@@ -72,10 +72,7 @@ gio_tests = {
},
'gsubprocess' : {},
'g-file' : {},
- 'g-file-info' : {
- # FIXME: https://gitlab.gnome.org/GNOME/glib/-/issues/1392
- 'should_fail' : host_system == 'darwin',
- },
+ 'g-file-info' : {},
'g-icon' : {},
'gdbus-addresses' : {},
'gdbus-message' : {},