summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-08-05 01:32:48 +0200
committerGitHub <noreply@github.com>2020-08-05 01:32:48 +0200
commit807efd669802f00a90339bfa43a508505bec4858 (patch)
tree43ac6abb498244e3427ffa514e1f0a4cd997d8c5 /test
parentd4cf3c589d09dd395a3b63e82f5a5c198535cb46 (diff)
parent7590a415d005abcb7774ced296c219822d47991a (diff)
downloadpodman-807efd669802f00a90339bfa43a508505bec4858.tar.gz
podman-807efd669802f00a90339bfa43a508505bec4858.tar.bz2
podman-807efd669802f00a90339bfa43a508505bec4858.zip
Merge pull request #7222 from baude/issue7128
correct go-binding key for volumes
Diffstat (limited to 'test')
-rw-r--r--test/system/160-volumes.bats2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/system/160-volumes.bats b/test/system/160-volumes.bats
index ef38b2a68..e2aefed43 100644
--- a/test/system/160-volumes.bats
+++ b/test/system/160-volumes.bats
@@ -142,8 +142,6 @@ EOF
# Anonymous temporary volumes, and persistent autocreated named ones
@test "podman volume, implicit creation with run" {
- skip_if_remote "FIXME: pending #7128"
-
# No hostdir arg: create anonymous container with random name
rand=$(random_string)
run_podman run -v /myvol $IMAGE sh -c "echo $rand >/myvol/myfile"