mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-21 09:10:36 +00:00
Merge "test_websocket_client.c: Disable websocket_client_create_and_connect test."
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user