From eff3a5ee7a0bf156dcadf1487bd0b184433c6c08 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..6e2d261e1 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,host-rewrite"