We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ec0871 commit e5578cdCopy full SHA for e5578cd
Makefile
@@ -239,7 +239,7 @@ generate_mocks: ## TODO: auto install go install go.uber.org/mock/mockgen@latest
239
240
# e2e tests
241
# setting parallel to 2 to avoid flakiness
242
-E2E_PARAM := "--namespace e2e --parallel 2 --apply-timeout 30s --assert-timeout 1min"
+E2E_PARAM := --namespace e2e --parallel 2 --apply-timeout 30s --assert-timeout 1min
243
.PHONY: create-kind-3.7.8
244
create-kind-3.7.8:
245
./kind/local-env.sh --version 3.7.8
0 commit comments