diff --git a/tests/integration/checkpoint.bats b/tests/integration/checkpoint.bats index 92fe559e0..87696df6e 100644 --- a/tests/integration/checkpoint.bats +++ b/tests/integration/checkpoint.bats @@ -3,6 +3,10 @@ load helpers function setup() { + if [[ -n "${RUNC_USE_SYSTEMD}" ]] ; then + skip "CRIU test suite is skipped on systemd cgroup driver for now." + fi + teardown_busybox setup_busybox }