Skip to content

Commit

Permalink
Temporarily disable cgroups=disabled test
Browse files Browse the repository at this point in the history
Ref: containers#11191

Signed-off-by: Chris Evich <[email protected]>
  • Loading branch information
cevich committed Oct 27, 2021
1 parent a05a445 commit 8c98463
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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") {
Expand Down

0 comments on commit 8c98463

Please sign in to comment.