summaryrefslogtreecommitdiff
path: root/test/e2e/mount_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/e2e/mount_test.go')
-rw-r--r--test/e2e/mount_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/e2e/mount_test.go b/test/e2e/mount_test.go
index dd74f245e..36d1f856d 100644
--- a/test/e2e/mount_test.go
+++ b/test/e2e/mount_test.go
@@ -1,4 +1,4 @@
-// +build !remoteclient
+// +build !remote
package integration
@@ -18,6 +18,7 @@ var _ = Describe("Podman mount", func() {
)
BeforeEach(func() {
+ SkipIfRootless()
tempdir, err = CreateTempDirInTempDir()
if err != nil {
os.Exit(1)