diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-09-09 12:22:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-09 12:22:08 -0400 |
commit | 9c4c883d7976a3bd72aef9b9bb8e8757959f4fe4 (patch) | |
tree | dfd3bb592779b338528f384d0ce190f6782b8a4e /test | |
parent | 49cb0edd651848d1e731b77412ed9d47a34fe0a7 (diff) | |
parent | 0533bc3588f2c295ed35dacb06a1818bc6cf0899 (diff) | |
download | podman-9c4c883d7976a3bd72aef9b9bb8e8757959f4fe4.tar.gz podman-9c4c883d7976a3bd72aef9b9bb8e8757959f4fe4.tar.bz2 podman-9c4c883d7976a3bd72aef9b9bb8e8757959f4fe4.zip |
Merge pull request #7572 from vrothberg/fix-7135
remote kill: don't wait for the container to stop
Diffstat (limited to 'test')
-rw-r--r-- | test/system/130-kill.bats | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/system/130-kill.bats b/test/system/130-kill.bats index 05090f852..c16e64c58 100644 --- a/test/system/130-kill.bats +++ b/test/system/130-kill.bats @@ -6,8 +6,6 @@ load helpers @test "podman kill - test signal handling in containers" { - skip_if_remote "FIXME: pending #7135" - # podman-remote and crun interact poorly in f31: crun seems to gobble up # some signals. # Workaround: run 'env --default-signal sh' instead of just 'sh' in |