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() {
|
BeforeEach(func() {
|
||||||
Skip(v2fail)
|
|
||||||
SkipIfRootless()
|
SkipIfRootless()
|
||||||
tempdir, err = CreateTempDirInTempDir()
|
tempdir, err = CreateTempDirInTempDir()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in New Issue