mirror of
https://github.com/containers/podman.git
synced 2025-06-18 15:39:08 +08:00
test: enable cgroup parent tests
cgroups tests should pass now Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
@ -18,7 +18,6 @@ var _ = Describe("Podman run with --cgroup-parent", func() {
|
||||
)
|
||||
|
||||
BeforeEach(func() {
|
||||
Skip(v2fail)
|
||||
SkipIfRootless()
|
||||
tempdir, err = CreateTempDirInTempDir()
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user