Is the first sllep delete affecting the later start? (#12495)

This commit is contained in:
Eric Van Norman 2023-01-20 15:31:13 -06:00 committed by GitHub
parent 718347a713
commit deada82e56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -47,11 +47,6 @@ cleanup_bookinfo_sample() {
}
startup_sleep_sample() {
# TODO: how to make sure previous test cleaned up everything?
set +e
kubectl delete pods -l app=sleep --force
set -e
kubectl apply -f samples/sleep/sleep.yaml -n default
_wait_for_deployment default sleep
}