diff options
| author | Garrett D'Amore <garrett@damore.org> | 2019-12-27 20:20:14 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2019-12-27 20:27:10 -0800 |
| commit | 4209cbcdd8d1bfe08d8afd40f756c51c5f45b5df (patch) | |
| tree | bac31f7337c04896effc3536f2217aa691343d81 /tests/CMakeLists.txt | |
| parent | e9ab4a6831c89f331bae2fbb6d879cc7e85c24b1 (diff) | |
| download | nng-4209cbcdd8d1bfe08d8afd40f756c51c5f45b5df.tar.gz nng-4209cbcdd8d1bfe08d8afd40f756c51c5f45b5df.tar.bz2 nng-4209cbcdd8d1bfe08d8afd40f756c51c5f45b5df.zip | |
fixes #1057 reqpoll test fails (bad test logic) sometimes
The reqpoll test is now moved into the common req/rep logic.
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 d4cdf2e8..bab00692 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -170,7 +170,6 @@ add_nng_test(bus 5) add_nng_test(pipeline 5) add_nng_test(pubsub 5) add_nng_test(reqctx 5) -add_nng_test(reqpoll 5) add_nng_test(reqstress 60) add_nng_test(respondpoll 5) add_nng_test(survey 5) |
