diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-10-02 07:41:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-02 07:41:07 -0700 |
commit | 2648955cf5886299aedb37a7e4da542edbd0d5d8 (patch) | |
tree | 126c869bff70317b9ba1bb549e2095281ec1a788 /test/system/055-rm.bats | |
parent | 257a985f5a7cff8f01891529ea89b0ea2800d61f (diff) | |
parent | 6c0b5a2fab1618d8cc36a107edb3f3ad8b3b0cf6 (diff) | |
download | podman-2648955cf5886299aedb37a7e4da542edbd0d5d8.tar.gz podman-2648955cf5886299aedb37a7e4da542edbd0d5d8.tar.bz2 podman-2648955cf5886299aedb37a7e4da542edbd0d5d8.zip |
Merge pull request #4168 from edsantiago/bats
system tests: reenable skipped tests
Diffstat (limited to 'test/system/055-rm.bats')
-rw-r--r-- | test/system/055-rm.bats | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/system/055-rm.bats b/test/system/055-rm.bats index c13c8c52e..8ef8a119e 100644 --- a/test/system/055-rm.bats +++ b/test/system/055-rm.bats @@ -32,8 +32,6 @@ load helpers # # See https://github.com/containers/libpod/issues/3795 @test "podman rm -f" { - skip_if_remote "podman-remote does not handle exit codes" - rand=$(random_string 30) ( sleep 3; run_podman rm -f $rand ) & run_podman 137 run --name $rand $IMAGE sleep 30 |