Skip to content
Snippets Groups Projects
Commit 2e156574 authored by Chris-Savinovich's avatar Chris-Savinovich Committed by Sean Bright
Browse files

test_websocket_client.c: Disable websocket_client_create_and_connect test.

This test was occasionally failing, with:

  WARNING[5812]: http.c:1939 httpd_helper_thread: Failed to set
      TCP_NODELAY on HTTP connection: Bad file descriptor
  ERROR[5812]: iostream.c:91 ast_iostream_nonblock: Failed to get
      fcntl() flags for file descriptor: Bad file descriptor
  ERROR[5812]: iostream.c:569 ast_iostream_close: close() failed: Bad
      file descriptor

Disabled for now by making the test explicit only.

Change-Id: I778f6cbb6104c6b4e89737a2eaf1a9540888d351
parent 822d321a
No related branches found
No related tags found
No related merge requests found
...@@ -54,6 +54,7 @@ AST_TEST_DEFINE(websocket_client_create_and_connect) ...@@ -54,6 +54,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