Skip to content

Commit

Permalink
Remove the -v and --fail-fast from the ginkgo test command when runni…
Browse files Browse the repository at this point in the history
…ng integration tests. (#544)
  • Loading branch information
Boomatang authored Apr 15, 2024
1 parent 6c72b97 commit 6ba870a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,6 @@ test-integration: clean-cov generate fmt vet ginkgo ## Run Integration tests.
--output-dir $(PROJECT_PATH)/coverage/integration \
--coverprofile cover.out \
-tags integration \
--fail-fast \
-v \
$(INTEGRATION_TEST_SUITE_PATHS)

ifdef TEST_NAME
Expand Down

0 comments on commit 6ba870a

Please sign in to comment.