mirror of
https://github.com/containers/podman.git
synced 2025-06-19 08:09:12 +08:00
Make all Skips specify a reason
Always use CGROUPV2 rather then reading from system all the time. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -227,7 +227,7 @@ var _ = Describe("Podman run with volumes", func() {
|
||||
})
|
||||
|
||||
It("podman run with tmpfs named volume mounts and unmounts", func() {
|
||||
SkipIfRootless() // FIXME: rootless podman mount requires you to be in a user namespace
|
||||
SkipIfRootless("FIXME: rootless podman mount requires you to be in a user namespace")
|
||||
SkipIfRemote("podman-remote does not support --volumes this test could be simplified to be tested on Remote.")
|
||||
volName := "testvol"
|
||||
mkVolume := podmanTest.Podman([]string{"volume", "create", "--opt", "type=tmpfs", "--opt", "device=tmpfs", "--opt", "o=nodev", "testvol"})
|
||||
|
Reference in New Issue
Block a user