[Asterisk-code-review] test websocket client.c: Disable websockt client create test (asterisk[master])
Chris Savinovich
asteriskteam at digium.com
Fri Nov 30 14:04:38 CST 2018
Chris Savinovich has uploaded this change for review. ( https://gerrit.asterisk.org/10723
Change subject: test_websocket_client.c: Disable websockt_client_create_test
......................................................................
test_websocket_client.c: Disable websockt_client_create_test
This test was occassionally failing. Disabled for now by
adding info->explicit_only = 1
Change-Id: I778f6cbb6104c6b4e89737a2eaf1a9540888d351
---
M tests/test_websocket_client.c
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/23/10723/1
diff --git a/tests/test_websocket_client.c b/tests/test_websocket_client.c
index e33f3f9..4453235 100644
--- a/tests/test_websocket_client.c
+++ b/tests/test_websocket_client.c
@@ -52,6 +52,7 @@
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";
--
To view, visit https://gerrit.asterisk.org/10723
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I778f6cbb6104c6b4e89737a2eaf1a9540888d351
Gerrit-Change-Number: 10723
Gerrit-PatchSet: 1
Gerrit-Owner: Chris Savinovich <csavinovich at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20181130/36239296/attachment.html>
More information about the asterisk-code-review
mailing list