diff --git a/src/coro_io/tests/CMakeLists.txt b/src/coro_io/tests/CMakeLists.txt index 4d3723c67..bbd9ba8c3 100644 --- a/src/coro_io/tests/CMakeLists.txt +++ b/src/coro_io/tests/CMakeLists.txt @@ -1,8 +1,8 @@ set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/output/tests) add_executable(coro_io_test test_corofile.cpp - test_channel.cpp - test_client_pool.cpp + # test_channel.cpp + # test_client_pool.cpp test_rate_limiter.cpp main.cpp )