Merge pull request #18854 from vrothberg/rm-comment

250-systemd.bats: remove outdated comment
This commit is contained in:
OpenShift Merge Robot 2023-06-12 08:51:25 -04:00 committed by GitHub
commit e02fa23680
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -448,9 +448,6 @@ $name stderr" "logs work with passthrough"
is "$output" ".*$service_name,.* (test_pod-b),$IMAGE,false,registry.*" "container-specified auto-update policy gets applied"
# Kill the pod and make sure the service is not running.
# The restart policy is set to "never" since there is no
# design yet for propagating exit codes up to the service
# container.
run_podman pod kill test_pod
for i in {0..20}; do
run systemctl is-active $service_name