Skip to content

Commit fee9ec1

Browse files
mheonrh-atomic-bot
authored andcommitted
Skip systemd-style CGroups test
Until we get Systemd cgroup manager working, this will cause a validation error. Signed-off-by: Matthew Heon <[email protected]> Closes: containers#507 Approved by: baude
1 parent 21c1219 commit fee9ec1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/run_cgroup_parent_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ var _ = Describe("Podman run with --cgroup-parent", func() {
4848
})
4949

5050
Specify("valid --cgroup-parent using slice", func() {
51+
Skip("Requires Systemd cgroup manager support")
5152
cgroup := "aaaa.slice"
5253
run := podmanTest.Podman([]string{"run", "--cgroup-parent", cgroup, fedoraMinimal, "cat", "/proc/1/cgroup"})
5354
run.WaitWithDefaultTimeout()

0 commit comments

Comments
 (0)