recursive mutex + enable test that was breaking on Ubuntu Xenial + gcc + tsan

This commit is contained in:
Benjamin Sergeant
2019-05-15 16:01:05 -07:00
parent a7d328896c
commit 5ad15fad8b
3 changed files with 7 additions and 7 deletions

View File

@ -140,7 +140,7 @@ 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")
SECTION("Try to connect and disconnect with different timing, from not enough time to successfull connect")
{
IXWebSocketTestConnectionDisconnection test;
for (int i = 0; i < 20; ++i)
@ -150,5 +150,5 @@ TEST_CASE("websocket_connections", "[websocket]")
ix::msleep(i*50);
test.stop();
}
}*/
}
}