diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 7fb4acca..0ec26b46 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -42,13 +42,15 @@ set (SOURCES # Some unittest don't work on windows yet if (UNIX) list(APPEND SOURCES - IXWebSocketPingTimeoutTest.cpp IXDNSLookupTest.cpp - IXWebSocketPingTest.cpp cmd_websocket_chat.cpp ) endif() +# Disable ping tests for now as they aren't super reliable +# IXWebSocketPingTest.cpp +# IXWebSocketPingTimeoutTest.cpp + add_executable(ixwebsocket_unittest ${SOURCES}) if (NOT WIN32)