diff options
Diffstat (limited to 'tests/reqstress.c')
| -rw-r--r-- | tests/reqstress.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/reqstress.c b/tests/reqstress.c index f6dfb975..481e4e92 100644 --- a/tests/reqstress.c +++ b/tests/reqstress.c @@ -39,20 +39,14 @@ char ipc_template[] = "ipc:///tmp/nng_reqstress_%d"; char ws_template[] = "ws://127.0.0.1:%d/nng_reqstress"; char *templates[] = { -#ifdef NNG_TRANSPORT_TCP tcp4_template, -#endif // It would be nice to test TCPv6, but CI doesn't support it. // Outside of CI, it does seem to work though. #ifdef NNG_TEST_TCPV6 tcp6_template, #endif -#ifdef NNG_TRANSPORT_INPROC inproc_template, -#endif -#ifdef NNG_TRANSPORT_IPC ipc_template, -#endif #ifdef NNG_TRANSPORT_WS ws_template, #endif |
