From a61586c846175edc9e07f9a2ed47f4ce059d8073 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Sat, 11 May 2019 12:25:40 -0700 Subject: [PATCH] add comment about why a unittest is disabled --- test/IXWebSocketTestConnectionDisconnection.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/IXWebSocketTestConnectionDisconnection.cpp b/test/IXWebSocketTestConnectionDisconnection.cpp index 12dc0b94..c9bc0d64 100644 --- a/test/IXWebSocketTestConnectionDisconnection.cpp +++ b/test/IXWebSocketTestConnectionDisconnection.cpp @@ -132,6 +132,8 @@ TEST_CASE("websocket_connections", "[websocket]") } } + // This test breaks on travis CI - Ubuntu Xenial + gcc + tsan + // We should fix this. /*SECTION("Try to connect and disconnect with different timing, from not enough time to successfull connect") { IXWebSocketTestConnectionDisconnection test;