diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-09-09 14:26:45 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-09-09 14:38:28 +0200 |
commit | fce2eaa6cae54cdf02741a78d97e0eb75993861f (patch) | |
tree | d27bc56d700087a0069d44619a7562e9854f33ac /test | |
parent | 6b1a1fcc5cb92a9fd5800b0d1af44f26093a8153 (diff) | |
download | podman-fce2eaa6cae54cdf02741a78d97e0eb75993861f.tar.gz podman-fce2eaa6cae54cdf02741a78d97e0eb75993861f.tar.bz2 podman-fce2eaa6cae54cdf02741a78d97e0eb75993861f.zip |
remote kill: don't wait for the container to stop
Invert the branch logic to match the comment. Docker seems to wait for
the container while Podman does not.
Enable the remote-disabled system test as well.
Fixes: #7135
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
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 |