Skip to content

Commit

Permalink
Temporarily disable broken test
Browse files Browse the repository at this point in the history
Signed-off-by: Connor Catlett <[email protected]>
  • Loading branch information
ConnorJC3 committed Jan 10, 2023
1 parent cd21a03 commit c6ea44a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6ea44a

Please sign in to comment.