diff --git a/test/IXWebSocketTestConnectionDisconnection.cpp b/test/IXWebSocketTestConnectionDisconnection.cpp index af7a0ad0..55d5c37a 100644 --- a/test/IXWebSocketTestConnectionDisconnection.cpp +++ b/test/IXWebSocketTestConnectionDisconnection.cpp @@ -132,7 +132,7 @@ TEST_CASE("websocket_connections", "[websocket]") } } - /*SECTION("Try to connect and disconnect with different timing, from not enough time to successfull connect") + SECTION("Try to connect and disconnect with different timing, from not enough time to successfull connect") { IXWebSocketTestConnectionDisconnection chatA; for (int i = 0; i < 20; ++i) @@ -142,5 +142,5 @@ TEST_CASE("websocket_connections", "[websocket]") ix::msleep(i*50); chatA.stop(); } - }*/ + } }