mirror of
https://github.com/containers/podman.git
synced 2025-06-03 12:17:13 +08:00
Skip systemd-style CGroups test
Until we get Systemd cgroup manager working, this will cause a validation error. Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #507 Approved by: baude
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user