summaryrefslogtreecommitdiff
path: root/dev-libs/hiredict/files/hiredict-1.3.1-disable-network-tests.patch
blob: 94562b57e3ad8bf6cf22e3b5759c25e9b9f2d011 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/test.c b/test.c
index 48d53e9..91bc794 100644
--- a/test.c
+++ b/test.c
@@ -2459,9 +2467,11 @@ int main(int argc, char **argv) {
     }
 #endif /* HIREDICT_TEST_ASYNC */
 
+#if 0
     cfg.type = CONN_TCP;
     printf("\nTesting asynchronous API using polling_adapter TCP (%s:%d):\n", cfg.tcp.host, cfg.tcp.port);
     test_async_polling(cfg);
+#endif
     if (test_unix_socket) {
         cfg.type = CONN_UNIX;
         printf("\nTesting asynchronous API using polling_adapter UNIX (%s):\n", cfg.unix_sock.path);