From 8c98463798008c52804bd82f12111acecaf6c173 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Wed, 27 Oct 2021 11:33:33 -0400 Subject: [PATCH] Temporarily disable cgroups=disabled test Ref: https://github.com/containers/podman/issues/11191 Signed-off-by: Chris Evich --- test/e2e/run_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/run_test.go b/test/e2e/run_test.go index 2e0f626d0f..c4b7a0eea6 100644 --- a/test/e2e/run_test.go +++ b/test/e2e/run_test.go @@ -1386,6 +1386,7 @@ USER mail`, BB) }) It("podman run with cgroups=disabled runs without cgroups", func() { + Skip("Test occasionally races with a 'supervisor' cgroup. See issue #11191") SkipIfRootlessCgroupsV1("Disable cgroups not supported on cgroupv1 for rootless users") // Only works on crun if !strings.Contains(podmanTest.OCIRuntime, "crun") {