mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Run CLI tests with cgroups v2
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
@@ -3949,6 +3949,7 @@ func (s *DockerCLIBuildSuite) TestBuildEmptyStringVolume(c *testing.T) {
|
||||
|
||||
func (s *DockerCLIBuildSuite) TestBuildContainerWithCgroupParent(c *testing.T) {
|
||||
testRequires(c, testEnv.IsLocalDaemon, DaemonIsLinux)
|
||||
skip.If(c, onlyCgroupsv2(), "FIXME: cgroupsV2 not supported yet")
|
||||
|
||||
cgroupParent := "test"
|
||||
data, err := os.ReadFile("/proc/self/cgroup")
|
||||
|
||||
Reference in New Issue
Block a user