diff --git a/tests/integration/cgroups.bats b/tests/integration/cgroups.bats index 57e81b15cec..882e5929673 100644 --- a/tests/integration/cgroups.bats +++ b/tests/integration/cgroups.bats @@ -49,8 +49,8 @@ function setup() { if [ "$(id -u)" = "0" ]; then check_cgroup_value "cgroup.controllers" "$(cat /sys/fs/cgroup/machine.slice/cgroup.controllers)" else - # Filter out hugetlb as systemd is unable to delegate it. - check_cgroup_value "cgroup.controllers" "$(sed 's/ hugetlb//'