test: enable cgroup parent tests

cgroups tests should pass now

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano 2020-04-24 13:05:22 +02:00
parent 81c7a2444c
commit c746980baf
No known key found for this signature in database
GPG Key ID: E4730F97F60286ED
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 {