diff options
author | Chris Evich <cevich@redhat.com> | 2021-08-09 11:44:49 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2021-08-17 16:16:24 -0400 |
commit | c0d0d31c43923ad0cd41729a01b474d75267cc23 (patch) | |
tree | 02fa87bd386abf4fb25aeea0e83506dd99e77605 | |
parent | 0c7f08805e417238cf269d14f5e7c0cba6210482 (diff) | |
download | podman-c0d0d31c43923ad0cd41729a01b474d75267cc23.tar.gz podman-c0d0d31c43923ad0cd41729a01b474d75267cc23.tar.bz2 podman-c0d0d31c43923ad0cd41729a01b474d75267cc23.zip |
Skip cgroup-parent test due to frequent flakes
Ref: https://github.com/containers/podman/issues/11165
Signed-off-by: Chris Evich <cevich@redhat.com>
-rw-r--r-- | test/e2e/run_cgroup_parent_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/e2e/run_cgroup_parent_test.go b/test/e2e/run_cgroup_parent_test.go index 3e261961b..82b6c3057 100644 --- a/test/e2e/run_cgroup_parent_test.go +++ b/test/e2e/run_cgroup_parent_test.go @@ -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") |