mirror of https://github.com/containers/podman.git
Merge pull request #5968 from giuseppe/fix-cgroup-tests
v2, test: enable cgroup parent tests
This commit is contained in:
commit
46463e454e
|
@ -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