diff options
author | Giuseppe Scrivano <gscrivan@redhat.com> | 2020-04-24 13:05:22 +0200 |
---|---|---|
committer | Giuseppe Scrivano <gscrivan@redhat.com> | 2020-04-24 13:05:43 +0200 |
commit | c746980baf06f32b0d5efc8d9a718b10c1d7df37 (patch) | |
tree | acb4e5e14ac3968a5bad9d16d7e568b07614e178 | |
parent | 81c7a2444cb5cbf8b8911cdb59446a239f89168c (diff) | |
download | podman-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>
-rw-r--r-- | test/e2e/run_cgroup_parent_test.go | 1 |
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 { |