Skip to content

Commit

Permalink
ci: Deflake E2E tests (#4656)
Browse files Browse the repository at this point in the history
  • Loading branch information
engedaam committed Sep 20, 2023
1 parent 59926fc commit 7fdc584
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,15 @@ e2etests: ## Run the e2e suite against your local cluster
--ginkgo.grace-period=3m \
--ginkgo.vv

e2etests-deflake: ## Run the e2e suite against your local cluster
cd test && CLUSTER_NAME=${CLUSTER_NAME} ginkgo \
--focus="${FOCUS}" \
--timeout=${TEST_TIMEOUT} \
--grace-period=3m \
--until-it-fails \
--vv \
./suites/$(shell echo $(TEST_SUITE) | tr A-Z a-z) \

benchmark:
go test -tags=test_performance -run=NoTests -bench=. ./...

Expand Down

0 comments on commit 7fdc584

Please sign in to comment.