diff options
| author | Garrett D'Amore <garrett@damore.org> | 2019-12-29 16:50:32 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2019-12-29 20:51:33 -0800 |
| commit | 0cf84675edef0290a74dfd1e289c0b9e1bb3fb5c (patch) | |
| tree | a637989cb4da9bf7523d450acf618a64d3f10a0a /tests/CMakeLists.txt | |
| parent | b4d3ff2d460607ba8e1b351233cb6cbe9f031264 (diff) | |
| download | nng-0cf84675edef0290a74dfd1e289c0b9e1bb3fb5c.tar.gz nng-0cf84675edef0290a74dfd1e289c0b9e1bb3fb5c.tar.bz2 nng-0cf84675edef0290a74dfd1e289c0b9e1bb3fb5c.zip | |
fixes #1059 compat_tcp test sometimes times out
Diffstat (limited to 'tests/CMakeLists.txt')
| -rw-r--r-- | tests/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index c4856aed..fd9d1f68 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -195,7 +195,6 @@ add_nng_compat_test(compat_survey 10) add_nng_compat_test(compat_reqttl 10) add_nng_compat_test(compat_shutdown 10) add_nng_compat_test(compat_surveyttl 10) -add_nng_compat_test(compat_tcp 60) add_nng_compat_test(compat_ws 60) # These are special tests for compat mode, not inherited from the |
