From 27bee8fe5d0acfa885e4e655701d69ca5180770f Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 13 Feb 2023 19:23:24 +0000 Subject: [PATCH] Revert "tests: Temporarily disable socket test due to a kernel bug" This reverts commit 15075858697d06515d8af20b34ee2d049dc87b4c. Maybe it works now? It will work as soon as the CI host kernel is updated. Fixes: #2879 --- gio/tests/socket.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gio/tests/socket.c b/gio/tests/socket.c index e7aadbd63..c1c1bcf41 100644 --- a/gio/tests/socket.c +++ b/gio/tests/socket.c @@ -1621,10 +1621,6 @@ test_source_postmortem (void) static void test_reuse_tcp (void) { -#if 1 - g_test_skip ("Test is currently failing due to a kernel bug; see https://gitlab.gnome.org/GNOME/glib/-/issues/2879"); - return; -#else GSocket *sock1, *sock2; GError *error = NULL; GInetAddress *iaddr; @@ -1661,7 +1657,6 @@ test_reuse_tcp (void) g_object_unref (sock1); g_object_unref (sock2); -#endif } static void