Skip to content

Commit 1530786

Browse files
committed
Revert "Adding failing test to use against gated checkin."
This reverts commit 5d90a5f.
1 parent d5bf009 commit 1530786

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Release/tests/Functional/websockets/client/client_construction.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ TEST_FIXTURE(uri_address, client_construction_error_cases)
6565
// empty host.
6666
address = uri(U("ws://:34567/"));
6767
verify_client_invalid_argument(address);
68-
69-
VERIFY_ARE_EQUAL(true, false);
7068
}
7169

7270
// Verify that we can read the config from the websocket_client

0 commit comments

Comments
 (0)