From a7ed4fe5c32defc4fb3d8169485919878f31e254 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Mon, 13 May 2019 17:01:22 -0700 Subject: [PATCH] disable ping tests for now as they are not super reliable --- test/CMakeLists.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 34bc285b..c850ccd4 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -43,13 +43,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)