From fee9ec18584bcc31ce4889bdbda2fc2a829eaf5f Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Fri, 16 Mar 2018 10:39:13 -0400 Subject: Skip systemd-style CGroups test Until we get Systemd cgroup manager working, this will cause a validation error. Signed-off-by: Matthew Heon Closes: #507 Approved by: baude --- test/e2e/run_cgroup_parent_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'test/e2e') diff --git a/test/e2e/run_cgroup_parent_test.go b/test/e2e/run_cgroup_parent_test.go index 7647eb6d4..55dda06ff 100644 --- a/test/e2e/run_cgroup_parent_test.go +++ b/test/e2e/run_cgroup_parent_test.go @@ -48,6 +48,7 @@ var _ = Describe("Podman run with --cgroup-parent", func() { }) Specify("valid --cgroup-parent using slice", func() { + Skip("Requires Systemd cgroup manager support") cgroup := "aaaa.slice" run := podmanTest.Podman([]string{"run", "--cgroup-parent", cgroup, fedoraMinimal, "cat", "/proc/1/cgroup"}) run.WaitWithDefaultTimeout() -- cgit v1.2.3-54-g00ecf