[glib/wip/pwithnall/ci-fixes: 2/3] tests: Mark network-address test as expected to succeed on macOS




commit 141d3f68d38528f2e6030f9f4b06dbc58eb70d0e
Author: Philip Withnall <pwithnall endlessos org>
Date:   Fri Mar 4 19:07:02 2022 +0000

    tests: Mark network-address test as expected to succeed on macOS
    
    Commit 13c4b9579b9c51258711f4439407f5bed1e89b50 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

 gio/tests/meson.build | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
---
diff --git a/gio/tests/meson.build b/gio/tests/meson.build
index e8d10a0f1..81ff551dd 100644
--- a/gio/tests/meson.build
+++ b/gio/tests/meson.build
@@ -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' : {},


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]