disable flaky unittest once again ... ping pong is not reliable timing wise

This commit is contained in:
Benjamin Sergeant 2020-06-19 01:16:07 -07:00
parent b62de6e516
commit aae2402ed2

View File

@ -55,7 +55,6 @@ set (SOURCES
IXSentryClientTest.cpp IXSentryClientTest.cpp
IXWebSocketChatTest.cpp IXWebSocketChatTest.cpp
IXWebSocketBroadcastTest.cpp IXWebSocketBroadcastTest.cpp
IXWebSocketPingTest.cpp
) )
# Some unittest don't work on windows yet # Some unittest don't work on windows yet
@ -72,6 +71,7 @@ if (UNIX)
endif() endif()
# Ping test fails intermittently, disabling them for now # Ping test fails intermittently, disabling them for now
# IXWebSocketPingTest.cpp
# IXWebSocketPingTimeoutTest.cpp # IXWebSocketPingTimeoutTest.cpp
# Disable tests for now that are failing or not reliable # Disable tests for now that are failing or not reliable