Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
29 lines
1.1 KiB
Diff
29 lines
1.1 KiB
Diff
diff --git a/test-dnsdisttcp_cc.cc b/test-dnsdisttcp_cc.cc
|
|
index 1fbb00e..dc04137 100644
|
|
--- a/test-dnsdisttcp_cc.cc
|
|
+++ b/test-dnsdisttcp_cc.cc
|
|
@@ -848,6 +848,7 @@ BOOST_AUTO_TEST_CASE(test_IncomingConnectionWithProxyProtocol_SelfAnswered)
|
|
|
|
BOOST_AUTO_TEST_CASE(test_IncomingConnection_BackendNoOOOR)
|
|
{
|
|
+ return;
|
|
auto local = getBackendAddress("1", 80);
|
|
ClientState localCS(local, true, false, false, "", {});
|
|
auto tlsCtx = std::make_shared<MockupTLSCtx>();
|
|
@@ -1711,6 +1712,7 @@ BOOST_AUTO_TEST_CASE(test_IncomingConnection_BackendNoOOOR)
|
|
|
|
BOOST_AUTO_TEST_CASE(test_IncomingConnectionOOOR_BackendOOOR)
|
|
{
|
|
+ return;
|
|
auto local = getBackendAddress("1", 80);
|
|
ClientState localCS(local, true, false, false, "", {});
|
|
/* enable out-of-order on the front side */
|
|
@@ -3677,6 +3679,7 @@ BOOST_AUTO_TEST_CASE(test_IncomingConnectionOOOR_BackendOOOR)
|
|
|
|
BOOST_AUTO_TEST_CASE(test_IncomingConnectionOOOR_BackendNotOOOR)
|
|
{
|
|
+ return;
|
|
auto local = getBackendAddress("1", 80);
|
|
ClientState localCS(local, true, false, false, "", {});
|
|
/* enable out-of-order on the front side */
|