add comment about why a unittest is disabled

This commit is contained in:
Benjamin Sergeant 2019-05-11 12:25:40 -07:00
parent 6189e0cd50
commit 80226cb7d3

View File

@ -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;