From 3f951433b89df4639bb2ae8f297aee90c70cebf5 Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Fri, 13 Jan 2023 21:33:43 +0100 Subject: hs-test: restrict concurrency on envoy Type: test Signed-off-by: Filip Tehlar Change-Id: I8b06f4554a6ee5b13de829e47eaa82431a76c332 --- extras/hs-test/proxy_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/hs-test/proxy_test.go') diff --git a/extras/hs-test/proxy_test.go b/extras/hs-test/proxy_test.go index 70fb526e14f..f592426cf47 100644 --- a/extras/hs-test/proxy_test.go +++ b/extras/hs-test/proxy_test.go @@ -30,7 +30,7 @@ func testProxyHttpTcp(s *NsSuite) error { s.log("http server started...") - c := fmt.Sprintf("ip netns exec client wget --retry-connrefused --retry-on-http-error=503 --tries=10 -O %s 10.0.0.2:555/%s", outputFile, srcFile) + c := fmt.Sprintf("ip netns exec client wget --no-proxy --retry-connrefused --retry-on-http-error=503 --tries=10 -O %s 10.0.0.2:555/%s", outputFile, srcFile) _, err = exechelper.CombinedOutput(c) s.assertNil(err, "failed to run wget") stopServer <- struct{}{} -- cgit 1.2.3-korg