Merge "test_websocket_client.c: Disable websocket_client_create_and_connect test." into 16

This commit is contained in:
George Joseph 2018-12-05 08:17:50 -06:00 committed by Gerrit Code Review
commit 36bf94c3a8
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ AST_TEST_DEFINE(websocket_client_create_and_connect)
switch (cmd) {
case TEST_INIT:
info->name = __func__;
info->explicit_only = 1;
info->category = CATEGORY;
info->summary = "test creation and connection of a client websocket";
info->description = "test creation and connection of a client websocket";