diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-09-10 13:10:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-10 13:10:48 -0400 |
commit | 8d78605929fc7251e31aee35fcc166afe03a2a80 (patch) | |
tree | 686f824b70b971942635c87395e5f93f7ca9d2a3 /test | |
parent | fc70360a3b9c23a7694ac1b00b3a9ccffb032048 (diff) | |
parent | 5c44ebf96e0a90a83cb115fa6fb7013b53dcebd8 (diff) | |
download | podman-8d78605929fc7251e31aee35fcc166afe03a2a80.tar.gz podman-8d78605929fc7251e31aee35fcc166afe03a2a80.tar.bz2 podman-8d78605929fc7251e31aee35fcc166afe03a2a80.zip |
Merge pull request #7574 from vrothberg/fix-7117
remote run: consult events for exit code
Diffstat (limited to 'test')
-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 478ba0f20..c8475c3e9 100644 --- a/test/system/055-rm.bats +++ b/test/system/055-rm.bats @@ -44,8 +44,6 @@ load helpers # # See https://github.com/containers/podman/issues/3795 @test "podman rm -f" { - skip_if_remote "FIXME: pending #7117" - rand=$(random_string 30) ( sleep 3; run_podman rm -f $rand ) & run_podman 137 run --name $rand $IMAGE sleep 30 |