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>
This commit is contained in:
Valentin Rothberg
2020-09-09 14:26:45 +02:00
parent 6b1a1fcc5c
commit fce2eaa6ca
2 changed files with 1 additions and 3 deletions

View File

@@ -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