mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-06 12:06:49 +00:00
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:
parent
0626d7182a
commit
b47cc6fffe
@ -660,7 +660,9 @@ function main() {
|
||||
break
|
||||
else
|
||||
TestKilledVmmCleanup
|
||||
TestDeviceCgroup
|
||||
|
||||
info "Skipping TestDeviceCgroup till the test is adapted to cgroupsv2"
|
||||
#TestDeviceCgroup
|
||||
fi
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user