Skip to content

Commit

Permalink
disable bats for now
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Jun 5, 2024
1 parent 8122d5c commit f19d266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f19d266

Please sign in to comment.