Skip to content

Commit

Permalink
Skip image operations benchmark tests because of dockershim panic
Browse files Browse the repository at this point in the history
This is actually a workaround for
kubernetes/kubernetes#75367. It would be removed
after the upstream PR #75367 got merged.
  • Loading branch information
feiskyer committed Mar 15, 2019
1 parent 4706f58 commit e81259f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hack/run-critest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@ sleep 10
critest -ginkgo.skip="runtime should support reopening container log|runtime should support execSync with timeout" -parallel 8

# Run benchmark test cases
critest -benchmark
# Skip image operations benchmark because dockershim would panic on such cases.
# TODO: enable it again after https://github.com/kubernetes/kubernetes/pull/75367 get fixed.
critest -benchmark -ginkgo.skip="Image"

0 comments on commit e81259f

Please sign in to comment.