ci: remove check for cgroupv2 in integration-cli
Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
This commit is contained in:
parent
dfdd5169a2
commit
fb042666c7
1 changed files with 0 additions and 6 deletions
|
@ -72,12 +72,6 @@ if [ "$DOCKER_EXPERIMENTAL" ]; then
|
|||
fi
|
||||
|
||||
dockerd="dockerd"
|
||||
if [ -f "/sys/fs/cgroup/cgroup.controllers" ]; then
|
||||
if [ -z "$TEST_IGNORE_CGROUP_CHECK" ] && [ -z "$TEST_SKIP_INTEGRATION_CLI" ]; then
|
||||
echo >&2 '# cgroup v2 requires TEST_SKIP_INTEGRATION_CLI to be set'
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ -n "$DOCKER_ROOTLESS" ]; then
|
||||
if [ -z "$TEST_SKIP_INTEGRATION_CLI" ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue