Skip to content

Commit 224b71e

Browse files
committed
Test e2e test cases with 1 attempt only
To identify flaky tests Signed-off-by: Vu Dinh <[email protected]>
1 parent 584e12a commit 224b71e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ FORCE:
141141
# main entry point for running end to end tests. used by .github/workflows/e2e-tests.yml See test/e2e/README.md for details
142142
.PHONY: e2e-local
143143
e2e-local: bin/e2e-local.test test/e2e-local.image.tar
144-
$(GINKGO) -nodes $(or $(NODES),1) -flakeAttempts 3 -randomizeAllSpecs $(if $(TEST),-focus '$(TEST)') -v -timeout 90m $< -- -namespace=operators -olmNamespace=operator-lifecycle-manager -dummyImage=bitnami/nginx:latest -kind.images=../test/e2e-local.image.tar
144+
$(GINKGO) -nodes $(or $(NODES),1) -randomizeAllSpecs $(if $(TEST),-focus '$(TEST)') -v -timeout 90m $< -- -namespace=operators -olmNamespace=operator-lifecycle-manager -dummyImage=bitnami/nginx:latest -kind.images=../test/e2e-local.image.tar
145145

146146
# this target updates the zz_chart.go file with files found in deploy/chart
147147
# this will always fire since it has been marked as phony

0 commit comments

Comments
 (0)