diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-09-29 01:45:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-29 01:45:20 +0000 |
commit | 4a7fb62adcbb8d5f2bc8e45273748301d12375a7 (patch) | |
tree | ca0a74a6c5f94e4351681fd05e115c17ea4a6f5e /test/system/160-volumes.bats | |
parent | e7e466e0c80339e252d748e5aa5d54a6962da7b4 (diff) | |
parent | 1f78d33f7600283a235ca04d4cb0f2b2ac550927 (diff) | |
download | podman-4a7fb62adcbb8d5f2bc8e45273748301d12375a7.tar.gz podman-4a7fb62adcbb8d5f2bc8e45273748301d12375a7.tar.bz2 podman-4a7fb62adcbb8d5f2bc8e45273748301d12375a7.zip |
Merge pull request #7803 from edsantiago/bats
System tests: reenable some skipped tests
Diffstat (limited to 'test/system/160-volumes.bats')
-rw-r--r-- | test/system/160-volumes.bats | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/system/160-volumes.bats b/test/system/160-volumes.bats index 3f50bd3c4..1c1e0f4ae 100644 --- a/test/system/160-volumes.bats +++ b/test/system/160-volumes.bats @@ -186,7 +186,6 @@ EOF # Confirm that container sees the correct id @test "podman volume with --userns=keep-id" { is_rootless || skip "only meaningful when run rootless" - skip_if_remote "FIXME: pending #7195" myvoldir=${PODMAN_TMPDIR}/volume_$(random_string) mkdir $myvoldir |