cri-containerd: Skip TestDeviceCgroup till it's adapted to cgroupsv2

As the devices controller works in a different way in cgroupsv2, the
"/sys/fs/cgroup/devices/devices.list" file simply doesn't exist.

For now, let's skip the test till the test maintainer decides to
re-enable it for cgroupsv2.

Signed-off-by: Fabiano Fidêncio <fabiano@fidencio.org>
This commit is contained in:
Fabiano Fidêncio 2025-01-17 21:22:27 +01:00
parent 0626d7182a
commit b47cc6fffe

View File

@ -660,7 +660,9 @@ function main() {
break break
else else
TestKilledVmmCleanup TestKilledVmmCleanup
TestDeviceCgroup
info "Skipping TestDeviceCgroup till the test is adapted to cgroupsv2"
#TestDeviceCgroup
fi fi
fi fi