From f4d3b2d7fb457e9a6f060b15bb96718f5f3425f6 Mon Sep 17 00:00:00 2001 From: huabing zhao Date: Thu, 25 Apr 2024 16:36:00 -0700 Subject: [PATCH] fix test Signed-off-by: huabing zhao --- internal/xds/translator/translator_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/internal/xds/translator/translator_test.go b/internal/xds/translator/translator_test.go index 6c820adf15b..28868500b68 100644 --- a/internal/xds/translator/translator_test.go +++ b/internal/xds/translator/translator_test.go @@ -94,9 +94,6 @@ func TestTranslateXds(t *testing.T) { "tracing-invalid": { errMsg: "validation failed for xds resource", }, - { - name: "http-preserve-client-protocol", - }, } inputFiles, err := filepath.Glob(filepath.Join("testdata", "in", "xds-ir", "*.yaml"))