Skip to content

Commit 069df3c

Browse files
committed
Remove deprecated --slow-spec-threshold
Signed-off-by: Dale Haiducek <[email protected]>
1 parent 3971e6d commit 069df3c

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
@@ -282,7 +282,7 @@ e2e-dependencies:
282282

283283
.PHONY: e2e-test
284284
e2e-test: e2e-dependencies
285-
$(GINKGO) -v --fail-fast --slow-spec-threshold=10s $(E2E_TEST_ARGS) test/e2e
285+
$(GINKGO) -v --fail-fast $(E2E_TEST_ARGS) test/e2e
286286

287287
.PHONY: e2e-test-coverage
288288
e2e-test-coverage: E2E_TEST_ARGS = --json-report=report_e2e.json --output-dir=.

0 commit comments

Comments
 (0)