Skip to content

Commit

Permalink
Fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
feiskyer committed Mar 15, 2018
1 parent 7fdedff commit 6cb2585
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/run-critest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sleep 10

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

# Run benchmark test cases
critest b
critest -benchmark

0 comments on commit 6cb2585

Please sign in to comment.