diff options
| author | Garrett D'Amore <garrett@damore.org> | 2020-10-31 11:12:42 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2020-10-31 11:12:42 -0700 |
| commit | 587bc765ee69acfabf3bc8b88a70806c07b61f87 (patch) | |
| tree | 1656eda4faa0e76ac7f38cd2fc280b0a93dcbab2 /tests/CMakeLists.txt | |
| parent | 4abee60a4b55dd90559bc88108695e3979f9abce (diff) | |
| download | nng-587bc765ee69acfabf3bc8b88a70806c07b61f87.tar.gz nng-587bc765ee69acfabf3bc8b88a70806c07b61f87.tar.bz2 nng-587bc765ee69acfabf3bc8b88a70806c07b61f87.zip | |
fixes #1312 the nng.compat_ws test fails *frequently*
This test no longer offers any real value, and its fixed port
allocation dependency makes it too brittle in CI/CD.
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 d7842bfb..e1a708d5 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -190,7 +190,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_ws 60) # These are special tests for compat mode, not inherited from the # legacy libnanomsg suite. |
