diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-11-23 18:25:08 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-11-23 18:25:08 -0800 |
| commit | 47b22e7e91ee8e881d1b46094871f0440961f1ba (patch) | |
| tree | f154af615b7573b6ff190635deddac3dbf1a6e9b /tests/CMakeLists.txt | |
| parent | 52408ba30c0d2babeab27eae9bf5e91b0d61c8cd (diff) | |
| download | nng-47b22e7e91ee8e881d1b46094871f0440961f1ba.tar.gz nng-47b22e7e91ee8e881d1b46094871f0440961f1ba.tar.bz2 nng-47b22e7e91ee8e881d1b46094871f0440961f1ba.zip | |
Remove pollfd test - covered in protocol tests
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 a42dd23a..3868a955 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -134,7 +134,6 @@ add_nng_test(multistress 60) add_nng_test(nonblock 60) add_nng_test(options 5) add_nng_test(pipe 5) -add_nng_test(pollfd 5) add_nng_test(scalability 20 ON) add_nng_test(synch 5) add_nng_test(tcpsupp 10) |
