Skip to content

Commit

Permalink
Merge pull request #15459 from giuseppe/fix-test-comment
Browse files Browse the repository at this point in the history
test: fix comment
  • Loading branch information
rhatdan authored Aug 24, 2022
2 parents 34d5168 + ea67d84 commit 2b05f4a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/e2e/run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1235,8 +1235,7 @@ USER mail`, BB)
})

It("podman run --mount type=bind,bind-nonrecursive", func() {
// crun: mount `/` to `/host`: Invalid argument
SkipIfRootless("FIXME: rootless users are not allowed to mount bind-nonrecursive (Could this be a Kernel bug?")
SkipIfRootless("FIXME: rootless users are not allowed to mount bind-nonrecursive")
session := podmanTest.Podman([]string{"run", "--mount", "type=bind,bind-nonrecursive,slave,src=/,target=/host", fedoraMinimal, "findmnt", "-nR", "/host"})
session.WaitWithDefaultTimeout()
Expect(session).Should(Exit(0))
Expand Down

0 comments on commit 2b05f4a

Please sign in to comment.