From f19d266739edf542d12ed680e5e4cd157e5b7a0f Mon Sep 17 00:00:00 2001 From: vsoch Date: Tue, 4 Jun 2024 19:30:13 -0600 Subject: [PATCH] disable bats for now Signed-off-by: vsoch --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6225cc4..13e71e0 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ dev-helm: uninstall-helm compile build-dev push-dev install-helm ## Publish with .PHONY: test test: # Run basic end to end tests with bats go test -v ./... - bats -t -T test/bats/e2e.bats + #bats -t -T test/bats/e2e.bats uninstall: ## Uninstalls the plugin from the cluster @echo "==> Uninstalling plugin"