enable ping unittest, which is flaky -> see #218

This commit is contained in:
Benjamin Sergeant
2020-06-19 01:04:44 -07:00
parent a3a73ce1ac
commit 6e747849d7
2 changed files with 34 additions and 59 deletions

View File

@ -55,6 +55,7 @@ set (SOURCES
IXSentryClientTest.cpp
IXWebSocketChatTest.cpp
IXWebSocketBroadcastTest.cpp
IXWebSocketPingTest.cpp
)
# Some unittest don't work on windows yet
@ -71,7 +72,6 @@ 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