comment out unittest which cannot be activated yet

This commit is contained in:
Benjamin Sergeant 2020-07-09 10:34:52 -07:00
parent baf18648e9
commit c98959b895
2 changed files with 7 additions and 1 deletions

View File

@ -42,7 +42,7 @@ set (SOURCES
IXSocketTest.cpp
IXSocketConnectTest.cpp
IXWebSocketLeakTest.cpp
# IXWebSocketLeakTest.cpp # commented until we have a fix for #224
IXWebSocketServerTest.cpp
IXWebSocketTestConnectionDisconnection.cpp
IXUrlParserTest.cpp

View File

@ -1,3 +1,9 @@
/*
* IXWebSocketServer.cpp
* Author: Benjamin Sergeant, @marcelkauf
* Copyright (c) 2020 Machine Zone, Inc. All rights reserved.
*/
#include "IXTest.h"
#include "catch.hpp"