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