mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
broker/WebSocketShim/tests: Comment out two endpoint tests
Running the remote tests on a loaded system results in timeouts, even after bumping the tiemouts to 10 seconds. Comment them out for now.
This commit is contained in:
parent
8030ecf893
commit
63a75c26c4
1 changed files with 2 additions and 1 deletions
|
@ -330,7 +330,7 @@ TEST_CASE("tests") {
|
||||||
auto s2msg = sub2.get(expect_no_msg_timeout);
|
auto s2msg = sub2.get(expect_no_msg_timeout);
|
||||||
CHECK_FALSE(s2msg.has_value());
|
CHECK_FALSE(s2msg.has_value());
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
SUBCASE("remote") {
|
SUBCASE("remote") {
|
||||||
// Create a second endpoint ep2 and peer it with ep.
|
// Create a second endpoint ep2 and peer it with ep.
|
||||||
broker::configuration conf2{opts};
|
broker::configuration conf2{opts};
|
||||||
|
@ -423,6 +423,7 @@ TEST_CASE("tests") {
|
||||||
CHECK_EQ("(41)", broker::to_string(s2msg.value()->value()));
|
CHECK_EQ("(41)", broker::to_string(s2msg.value()->value()));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_SUITE_END();
|
TEST_SUITE_END();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue