Merge pull request #6168 from vrothberg/mount-tests

enable rootless mount tests
This commit is contained in:
OpenShift Merge Robot 2020-05-11 15:12:42 +02:00 committed by GitHub
commit 01f747fdc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View file

@ -27,9 +27,6 @@ var (
Args: func(cmd *cobra.Command, args []string) error {
return parse.CheckAllLatestAndCIDFile(cmd, args, false, false)
},
Annotations: map[string]string{
registry.ParentNSRequired: "",
},
Example: `podman umount ctrID
podman umount ctrID1 ctrID2 ctrID3
podman umount --all`,

View file

@ -18,7 +18,6 @@ var _ = Describe("Podman mount", func() {
)
BeforeEach(func() {
SkipIfRootlessV2()
tempdir, err = CreateTempDirInTempDir()
if err != nil {
os.Exit(1)