Skip to content
Snippets Groups Projects
Commit 64b0bcac authored by George Joseph's avatar George Joseph Committed by Gerrit Code Review
Browse files

Merge "test_websocket_client.c: Disable websocket_client_create_and_connect test."

parents cbb7633a 6c13b208
Branches
Tags
No related merge requests found
...@@ -52,6 +52,7 @@ AST_TEST_DEFINE(websocket_client_create_and_connect) ...@@ -52,6 +52,7 @@ AST_TEST_DEFINE(websocket_client_create_and_connect)
switch (cmd) { switch (cmd) {
case TEST_INIT: case TEST_INIT:
info->name = __func__; info->name = __func__;
info->explicit_only = 1;
info->category = CATEGORY; info->category = CATEGORY;
info->summary = "test creation and connection of a client websocket"; info->summary = "test creation and connection of a client websocket";
info->description = "test creation and connection of a client websocket"; info->description = "test creation and connection of a client websocket";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment