From c6ea44ad41ffd481b648ff452e62b14e6cee5f55 Mon Sep 17 00:00:00 2001 From: Connor Catlett Date: Tue, 10 Jan 2023 17:12:47 +0000 Subject: [PATCH] Temporarily disable broken test Signed-off-by: Connor Catlett --- Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 133e7b0664..50b28f1058 100644 --- a/Makefile +++ b/Makefile @@ -206,11 +206,12 @@ test-e2e-external-eks: .PHONY: test-helm-chart test-helm-chart: - AWS_REGION=us-west-2 \ - AWS_AVAILABILITY_ZONES=us-west-2a,us-west-2b,us-west-2c \ - EBS_INSTALL_SNAPSHOT="true" \ - HELM_CT_TEST="true" \ - ./hack/e2e/run.sh + echo "temporarily disabled" + #AWS_REGION=us-west-2 \ + #AWS_AVAILABILITY_ZONES=us-west-2a,us-west-2b,us-west-2c \ + #EBS_INSTALL_SNAPSHOT="true" \ + #HELM_CT_TEST="true" \ + #./hack/e2e/run.sh .PHONY: verify-vendor test: verify-vendor