disable ping tests for now as they are not super reliable
This commit is contained in:
parent
c01c53c5c7
commit
9f2047dad6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user