$OpenBSD: patch-nspr_pr_tests_socket_c,v 1.2 2019/08/28 13:38:14 landry Exp $

disable ipv6 socket tests, they hang ?

Index: nspr/pr/tests/socket.c
--- nspr/pr/tests/socket.c.orig
+++ nspr/pr/tests/socket.c
@@ -2193,6 +2193,7 @@ int main(int argc, char **argv)
     /*
      * client-server test, Ipv6-Ipv4
      */
+    #if !defined(__OpenBSD__)
 	client_domain = PR_AF_INET6;
 	printf("TCP Client/Server Test - IPv6/Ipv4\n");
     if (TCP_Socket_Client_Server_Test() < 0) {
@@ -2224,6 +2225,7 @@ int main(int argc, char **argv)
         printf("TCP_Socket_Client_Server_Test Passed\n");
 	test_cancelio = 0;
 	
+    #endif
     /*
      * Misc socket tests - including transmitfile, etc.
      */
