Merge pull request #11166 from cevich/skip_cgroup_parent_test

Skip cgroup-parent test due to frequent flakes
This commit is contained in:
Daniel J Walsh 2021-08-10 08:48:54 -04:00 committed by GitHub
commit 6f61e22991
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ var _ = Describe("Podman run with --cgroup-parent", func() {
})
Specify("always honor --cgroup-parent", func() {
Skip("https://github.com/containers/podman/issues/11165")
SkipIfCgroupV1("test not supported in cgroups v1")
if Containerized() || podmanTest.CgroupManager == "cgroupfs" {
Skip("Requires Systemd cgroup manager support")