diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-05-25 10:42:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-25 10:42:23 -0400 |
commit | dbd4ee04b8dca865e6001d94565755fae60089c9 (patch) | |
tree | 9ba65731274883cc61f87adf7128580f87139e3f /test/system | |
parent | af01cd06dd2b8da743c5a52cb43b53fcfaef648f (diff) | |
parent | c3677f5151df0437a385a8e0d195b462a7c2c792 (diff) | |
download | podman-dbd4ee04b8dca865e6001d94565755fae60089c9.tar.gz podman-dbd4ee04b8dca865e6001d94565755fae60089c9.tar.bz2 podman-dbd4ee04b8dca865e6001d94565755fae60089c9.zip |
Merge pull request #14358 from vrothberg/todo-part-2
Todo part 2
Diffstat (limited to 'test/system')
-rw-r--r-- | test/system/250-systemd.bats | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/system/250-systemd.bats b/test/system/250-systemd.bats index 567fa89c1..110d425d2 100644 --- a/test/system/250-systemd.bats +++ b/test/system/250-systemd.bats @@ -80,12 +80,6 @@ function service_cleanup() { run_podman logs $cname is "$output" ".*WAITING.*" "running is waiting for signal" - # Exercise `podman auto-update`. - # TODO: this will at least run auto-update code but won't perform an update - # since the image didn't change. We need to improve on that and run - # an image from a local registry instead. - run_podman auto-update - # All good. Stop service, clean up. # Also make sure the service is in the `inactive` state (see #11304). service_cleanup inactive |