From 9b66d1321e283d1971d96ff757d54cb8f8037da2 Mon Sep 17 00:00:00 2001 From: Brent Baude Date: Thu, 7 May 2020 16:09:18 -0500 Subject: enable rootless integration testing Signed-off-by: Brent Baude --- test/e2e/mount_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'test/e2e/mount_test.go') diff --git a/test/e2e/mount_test.go b/test/e2e/mount_test.go index ac52d8c7e..bb1e129db 100644 --- a/test/e2e/mount_test.go +++ b/test/e2e/mount_test.go @@ -18,6 +18,7 @@ var _ = Describe("Podman mount", func() { ) BeforeEach(func() { + SkipIfRootlessV2() tempdir, err = CreateTempDirInTempDir() if err != nil { os.Exit(1) -- cgit v1.2.3-54-g00ecf