summaryrefslogtreecommitdiff
path: root/test/e2e
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2020-07-06 15:29:11 -0400
committerMatthew Heon <matthew.heon@pm.me>2020-07-06 15:29:11 -0400
commitf4c649bdec3c6eed7541f2c4c60d69e89ef228f7 (patch)
tree608a5ebed0e64b34ba78a95ee1a6da0b7b21a0ed /test/e2e
parent195d44bde6394633db3d750d06356751a9daab01 (diff)
downloadpodman-f4c649bdec3c6eed7541f2c4c60d69e89ef228f7.tar.gz
podman-f4c649bdec3c6eed7541f2c4c60d69e89ef228f7.tar.bz2
podman-f4c649bdec3c6eed7541f2c4c60d69e89ef228f7.zip
Disable mount tests as rootless
As rootless, `podman mount` must be run inside `podman unshare`. We don't really have a testing harness that can do this right now. Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'test/e2e')
-rw-r--r--test/e2e/mount_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/e2e/mount_test.go b/test/e2e/mount_test.go
index dd74f245e..657daedef 100644
--- a/test/e2e/mount_test.go
+++ b/test/e2e/mount_test.go
@@ -18,6 +18,7 @@ var _ = Describe("Podman mount", func() {
)
BeforeEach(func() {
+ SkipIfRootless()
tempdir, err = CreateTempDirInTempDir()
if err != nil {
os.Exit(1)