Skip to content

Commit 7b56a6c

Browse files
committed
Disabling websocket ssl test since not implemented on desktop/apple/android/linux yet.
1 parent 982d7dc commit 7b56a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/tests/Functional/websockets/client/authentication_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ TEST_FIXTURE(uri_address, auth_with_credentials, "Ignore:Linux", "NYI", "Ignore:
8484
}
8585

8686
// Send and receive text message over SSL
87-
TEST_FIXTURE(uri_address, ssl_test)
87+
TEST_FIXTURE(uri_address, ssl_test, "Ignore", "NYI on desktop/apple/linux/android")
8888
{
8989
websocket_client client;
9090
client.connect(U("wss://echo.websocket.org/")).wait();

0 commit comments

Comments
 (0)