diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-08-19 20:31:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-19 20:31:45 +0200 |
commit | 15073f444e1e65881bc84eeeb275a564f39fb51e (patch) | |
tree | f1514a4eeb89860332248d620d195c76f047618c /test/system/060-mount.bats | |
parent | d6ae56113a4cff36b358f71e9ffc5e5eb6c6e9b3 (diff) | |
parent | d254fa4c35d81992084ddad300adf487239808db (diff) | |
download | podman-15073f444e1e65881bc84eeeb275a564f39fb51e.tar.gz podman-15073f444e1e65881bc84eeeb275a564f39fb51e.tar.bz2 podman-15073f444e1e65881bc84eeeb275a564f39fb51e.zip |
Merge pull request #7362 from edsantiago/bats
system tests: enable more remote tests; cleanup
Diffstat (limited to 'test/system/060-mount.bats')
-rw-r--r-- | test/system/060-mount.bats | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/system/060-mount.bats b/test/system/060-mount.bats index 7570f3ac4..d98a3eeb1 100644 --- a/test/system/060-mount.bats +++ b/test/system/060-mount.bats @@ -6,7 +6,7 @@ load helpers @test "podman mount - basic test" { # Only works with root (FIXME: does it work with rootless + vfs?) skip_if_rootless "mount does not work rootless" - skip_if_remote + skip_if_remote "mounting remote is meaningless" f_path=/tmp/tmpfile_$(random_string 8) f_content=$(random_string 30) |