From 5ddfc7820b7b3ae6591bb2675c8db79047269f06 Mon Sep 17 00:00:00 2001 From: "Huabing (Robin) Zhao" Date: Tue, 13 May 2025 04:09:04 +0000 Subject: [PATCH] temporarily disable the backend tls test Signed-off-by: Huabing (Robin) Zhao --- test/e2e/e2e_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/e2e_test.go b/test/e2e/e2e_test.go index c7de5de62e..133b16835c 100644 --- a/test/e2e/e2e_test.go +++ b/test/e2e/e2e_test.go @@ -41,6 +41,7 @@ func TestE2E(t *testing.T) { skipTests := []string{ tests.GatewayInfraResourceTest.ShortName, // https://github.com/envoyproxy/gateway/issues/3191 + tests.BackendTLSSettingsTest.ShortName, // https://github.com/envoyproxy/gateway/pull/6029 } // Skip test only work on DualStack cluster