add comment about why a unittest is disabled

This commit is contained in:
Benjamin Sergeant 2019-05-11 12:25:40 -07:00
parent d64d50c978
commit a61586c846

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;