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