try to re-enable some tests
This commit is contained in:
parent
a12250dc16
commit
7aa9b4ee64
@ -231,10 +231,6 @@ namespace
|
||||
}
|
||||
}
|
||||
|
||||
//
|
||||
// That test can fail on macOS on travis
|
||||
//
|
||||
#if 0
|
||||
TEST_CASE("Websocket_client_close_default", "[close]")
|
||||
{
|
||||
SECTION("Make sure that close code and reason was used and sent to server.")
|
||||
@ -292,12 +288,7 @@ TEST_CASE("Websocket_client_close_default", "[close]")
|
||||
ix::reportWebSocketTraffic();
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
//
|
||||
// That test can fail on macOS on travis
|
||||
//
|
||||
#if 0
|
||||
TEST_CASE("Websocket_client_close_params_given", "[close]")
|
||||
{
|
||||
SECTION("Make sure that close code and reason was used and sent to server.")
|
||||
@ -355,7 +346,6 @@ TEST_CASE("Websocket_client_close_params_given", "[close]")
|
||||
ix::reportWebSocketTraffic();
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
TEST_CASE("Websocket_server_close", "[close]")
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user