tests: Mark network-address test as expected to succeed on macOS

Commit 13c4b9579b seems to have fixed
`network-address` so that it’s reliable everywhere, including on macOS.

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>

Helps: #1392
This commit is contained in:
Philip Withnall 2022-03-04 19:07:02 +00:00
parent 9469922d5c
commit 141d3f68d3

View File

@ -87,11 +87,7 @@ gio_tests = {
'memory-monitor' : {},
'memory-output-stream' : {},
'mount-operation' : {},
'network-address' : {
'extra_sources': ['mock-resolver.c'],
# FIXME: https://gitlab.gnome.org/GNOME/glib/-/issues/1392
'should_fail' : host_system == 'darwin',
},
'network-address' : {'extra_sources': ['mock-resolver.c']},
'network-monitor' : {},
'network-monitor-race' : {},
'permission' : {},