Skip to content

Commit

Permalink
Update e2e test command to exclude failpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
soma00333 committed Jan 22, 2025
1 parent e06a67e commit 679af88
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 @@ -78,7 +78,7 @@ test-e2e: manifests generate fmt vet ## Run the e2e tests. Expected an isolated
echo "No Kind cluster is running. Please start a Kind cluster before running the e2e tests."; \
exit 1; \
}
go test ./test/e2e/ -v -ginkgo.v -ginkgo.skip="failpoint"
go test ./test/e2e/ -v -ginkgo.v -ginkgo.label-filter="!failpoint"

.PHONY: test-e2e-failpoint
test-e2e-failpoint: manifests generate fmt vet ## Run the e2e tests using gofail. Expected an isolated environment using Kind.
Expand Down

0 comments on commit 679af88

Please sign in to comment.