Skip to content

Commit

Permalink
delete pods from the TEST_NAMESPACE in kubernetes-plugins (#131)
Browse files Browse the repository at this point in the history
Signed-off-by: ryanohnemus <[email protected]>
  • Loading branch information
ryanohnemus authored Jan 22, 2024
1 parent 840375e commit fc45023
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 --grace-period 1 --wait
run kubectl delete pod $TEST_POD_NAME -n $TEST_NAMESPACE --grace-period 1 --wait
fi
fi
}
Expand Down

0 comments on commit fc45023

Please sign in to comment.