Skip to content

Commit

Permalink
Update critest parameters
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Grunert <[email protected]>
  • Loading branch information
saschagrunert committed Jan 10, 2023
1 parent 89029ed commit 752bf4d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/critest.bats
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ function teardown() {
critest \
--runtime-endpoint "unix://${CRIO_SOCKET}" \
--image-endpoint "unix://${CRIO_SOCKET}" \
--ginkgo.focus="${CRI_FOCUS}" \
--ginkgo.skip="${CRI_SKIP}" \
--ginkgo.flakeAttempts=3 >&3
--ginkgo.flake-attempts 3 >&3

if [[ $RUNTIME_TYPE == pod ]]; then
# Validate that we actually used conmonrs
Expand Down

0 comments on commit 752bf4d

Please sign in to comment.