Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hack/run-e2e-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ setup-mcad-env
# MCAD with quotamanagement options is started by kuttl-tests
kuttl-tests
mcad-up
go test ./test/e2e -v -timeout 130m -count=1
go test ./test/e2e -v -timeout 130m -count=1 -ginkgo.failFast
RC=$?
if [ ${RC} -eq 0 ]
then
Expand Down