Skip to content

Commit 6cb2585

Browse files
committed
Fix integration tests
1 parent 7fdedff commit 6cb2585

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hack/run-critest.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ sleep 10
3131

3232
# Run e2e test cases
3333
# Skip reopen container log test because docker doesn't support it.
34-
critest --skip="runtime should support reopening container log" --ginkgo-flags=--nodes=8 v
34+
critest -ginkgo.skip="runtime should support reopening container log" -ginkgo.parallel.total 8
3535

3636
# Run benchmark test cases
37-
critest b
37+
critest -benchmark

0 commit comments

Comments
 (0)