Skip to content

Commit 6464a1c

Browse files
Merge pull request opencontainers#1621 from monstermunchkin/fix-tests
tests: add missing cgroups_kmem requirement
2 parents 9a1186d + 1cda65c commit 6464a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/update.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ EOF
260260

261261
@test "update rt period and runtime" {
262262
[[ "$ROOTLESS" -ne 0 ]] && requires rootless_cgroup
263-
requires cgroups_rt
263+
requires cgroups_kmem cgroups_rt
264264

265265
# run a detached busybox
266266
runc run -d --console-socket $CONSOLE_SOCKET test_update_rt

0 commit comments

Comments
 (0)