mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 02:32:11 +01:00
Revert "tests: Temporarily disable socket test due to a kernel bug"
This reverts commit 15075858697d06515d8af20b34ee2d049dc87b4c. This should now be fixed: https://gitlab.gnome.org/Infrastructure/Infrastructure/-/issues/981#note_1760399. Fixes: #2879
This commit is contained in:
parent
6f6692562f
commit
8cad32a118
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user