From 2b9d0def35baa93a0cc61a78ab837d032ee50a95 Mon Sep 17 00:00:00 2001 From: dprotaso Date: Mon, 3 Jun 2024 16:34:38 -0400 Subject: [PATCH] disable host-rewrite - it uses K8s Service type=ExternalName --- hack/test-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/test-env.sh b/hack/test-env.sh index 3f3de3455..7c657aa78 100755 --- a/hack/test-env.sh +++ b/hack/test-env.sh @@ -21,4 +21,4 @@ export CONTOUR_VERSION="v1.29.0" export CONTOUR_UNSUPPORTED_E2E_TESTS="httpoption" export ENVOY_GATEWAY_VERSION="latest" -export ENVOY_GATEWAY_UNSUPPORTED_E2E_TESTS="httpoption" +export ENVOY_GATEWAY_UNSUPPORTED_E2E_TESTS="httpoption,hostrewrite"