Skip to content

Commit

Permalink
fix wait for tester pod to delete
Browse files Browse the repository at this point in the history
Signed-off-by: ryanohnemus <[email protected]>
  • Loading branch information
ryanohnemus committed Jan 19, 2024
1 parent 1172de5 commit cd0dae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kubernetes-plugins/full.bats
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ setup() {
teardown() {
if [[ "${SKIP_TEARDOWN:-no}" != "yes" ]]; then
if [[ ! -z "$TEST_POD_NAME" ]]; then
run kubectl delete pod $TEST_POD_NAME
run kubectl delete pod $TEST_POD_NAME --grace-period 1 --wait
fi
fi
}
Expand Down

0 comments on commit cd0dae2

Please sign in to comment.