From d9a8e546a10a01b5cd3509b6a4d20165d2a9d60b Mon Sep 17 00:00:00 2001 From: zirain Date: Mon, 27 May 2024 03:09:15 +0800 Subject: [PATCH] e2e: skip UseClientProtocolTest (#3478) Signed-off-by: zirain --- 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 9f4f3353b64..35d52a8621c 100644 --- a/test/e2e/e2e_test.go +++ b/test/e2e/e2e_test.go @@ -57,6 +57,7 @@ func TestE2E(t *testing.T) { SkipTests: []string{ tests.ClientTimeoutTest.ShortName, // https://github.com/envoyproxy/gateway/issues/2720 tests.GatewayInfraResourceTest.ShortName, // https://github.com/envoyproxy/gateway/issues/3191 + tests.UseClientProtocolTest.ShortName, // https://github.com/envoyproxy/gateway/issues/3473 }, }) if err != nil {