summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2020-04-24 13:05:22 +0200
committerGiuseppe Scrivano <gscrivan@redhat.com>2020-04-24 13:05:43 +0200
commitc746980baf06f32b0d5efc8d9a718b10c1d7df37 (patch)
treeacb4e5e14ac3968a5bad9d16d7e568b07614e178 /test
parent81c7a2444cb5cbf8b8911cdb59446a239f89168c (diff)
downloadpodman-c746980baf06f32b0d5efc8d9a718b10c1d7df37.tar.gz
podman-c746980baf06f32b0d5efc8d9a718b10c1d7df37.tar.bz2
podman-c746980baf06f32b0d5efc8d9a718b10c1d7df37.zip
test: enable cgroup parent tests
cgroups tests should pass now Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'test')
-rw-r--r--test/e2e/run_cgroup_parent_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/e2e/run_cgroup_parent_test.go b/test/e2e/run_cgroup_parent_test.go
index 69b4f920c..14294eeac 100644
--- a/test/e2e/run_cgroup_parent_test.go
+++ b/test/e2e/run_cgroup_parent_test.go
@@ -18,7 +18,6 @@ var _ = Describe("Podman run with --cgroup-parent", func() {
)
BeforeEach(func() {
- Skip(v2fail)
SkipIfRootless()
tempdir, err = CreateTempDirInTempDir()
if err != nil {