disable ping tests for now as they are not super reliable

This commit is contained in:
Benjamin Sergeant 2019-05-13 17:01:22 -07:00
parent c01c53c5c7
commit 9f2047dad6

View File

@ -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)