Merge pull request #5968 from giuseppe/fix-cgroup-tests

v2, test: enable cgroup parent tests
This commit is contained in:
OpenShift Merge Robot 2020-04-24 14:55:07 +02:00 committed by GitHub
commit 46463e454e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ var _ = Describe("Podman run with --cgroup-parent", func() {
)
BeforeEach(func() {
Skip(v2fail)
SkipIfRootless()
tempdir, err = CreateTempDirInTempDir()
if err != nil {