Skip to content

Commit

Permalink
Fixed network policy of client_integration_test
Browse files Browse the repository at this point in the history
//test/common/integration:client_integration_test requires networking
which is not allowed by default. This allows the test to use the
localhost network.

Signed-off-by: Will <will@engflow.com>
  • Loading branch information
WillEngFlow committed Jan 25, 2022
1 parent f202ea5 commit cb1c46f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/common/integration/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ envoy_cc_test(
name = "client_integration_test",
srcs = ["client_integration_test.cc"],
repository = "@envoy",
# TODO(jpsim): Fix remote execution for these tests
tags = [
"no-remote-exec",
],
exec_properties = {
# TODO(willengflow): Remove this once the sandboxNetwork=off works for ipv4 localhost addresses.
"sandboxNetwork": "standard",
},
deps = [
"//library/common/extensions/filters/http/local_error:config",
"//library/common/extensions/filters/http/local_error:filter_cc_proto",
Expand Down

0 comments on commit cb1c46f

Please sign in to comment.