mirror of
https://github.com/containers/podman.git
synced 2025-06-19 16:33:24 +08:00
Skip cgroup-parent test due to frequent flakes
Ref: https://github.com/containers/podman/issues/11165 Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
@ -64,6 +64,7 @@ var _ = Describe("Podman run with --cgroup-parent", func() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
Specify("always honor --cgroup-parent", func() {
|
Specify("always honor --cgroup-parent", func() {
|
||||||
|
Skip("https://github.com/containers/podman/issues/11165")
|
||||||
SkipIfCgroupV1("test not supported in cgroups v1")
|
SkipIfCgroupV1("test not supported in cgroups v1")
|
||||||
if Containerized() || podmanTest.CgroupManager == "cgroupfs" {
|
if Containerized() || podmanTest.CgroupManager == "cgroupfs" {
|
||||||
Skip("Requires Systemd cgroup manager support")
|
Skip("Requires Systemd cgroup manager support")
|
||||||
|
Reference in New Issue
Block a user