Skip to content

Commit 30bc94b

Browse files
committed
Updating websocket close_callback_client_websocket test to be disabled on all platforms, as it fails not just on OSX.
1 parent acff4bc commit 30bc94b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Release/tests/functional/websockets/client/close_tests.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ TEST_FIXTURE(uri_address, close_from_server)
8282
}
8383

8484
// Test close websocket connection with callback client: client sends an empty close and server responds with close frame
85-
TEST_FIXTURE(uri_address, close_callback_client_websocket, "Ignore:Apple", "319")
85+
TEST_FIXTURE(uri_address, close_callback_client_websocket, "Ignore", "319")
8686
{
8787
test_websocket_server server;
8888
const utility::string_t close_reason = U("Too large");
@@ -106,7 +106,6 @@ TEST_FIXTURE(uri_address, close_callback_client_websocket, "Ignore:Apple", "319"
106106
client1.connect(m_uri).wait();
107107

108108
client1.close(websocket_close_status::too_large, close_reason).wait();
109-
110109
}
111110

112111
// Test close websocket connection: client sends a close with reason and server responds with close frame

0 commit comments

Comments
 (0)