From a23507080a133dd2187e5d04ec72e065eab2a194 Mon Sep 17 00:00:00 2001 From: Ivan Valdes Date: Mon, 1 Apr 2024 21:57:01 -0700 Subject: [PATCH] tests/e2e: ignore discovery tests when cluster_proxy tag is set Signed-off-by: Ivan Valdes --- tests/e2e/discovery_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/e2e/discovery_test.go b/tests/e2e/discovery_test.go index 1681d0c9d..60c854157 100644 --- a/tests/e2e/discovery_test.go +++ b/tests/e2e/discovery_test.go @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +//go:build !cluster_proxy + package e2e import (