diff --git a/.travis.yml b/.travis.yml index 84213eadb..34e63ce80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,6 +36,8 @@ matrix: - sudo ssh default sudo podman run --privileged --cgroupns=private -v /lib/modules:/lib/modules:ro test make localunittest # cgroupv2+systemd: test on vagrant host itself as we need systemd - sudo ssh default -t 'cd /vagrant && sudo make localintegration RUNC_USE_SYSTEMD=yes' + # same setup but with fs2 driver instead of systemd + - sudo ssh default -t 'cd /vagrant && sudo make localintegration' allow_failures: - go: tip diff --git a/tests/integration/checkpoint.bats b/tests/integration/checkpoint.bats index 87696df6e..6c11d083e 100644 --- a/tests/integration/checkpoint.bats +++ b/tests/integration/checkpoint.bats @@ -6,6 +6,8 @@ function setup() { if [[ -n "${RUNC_USE_SYSTEMD}" ]] ; then skip "CRIU test suite is skipped on systemd cgroup driver for now." fi + # All checkpoint tests are currently failing on v2 + requires cgroups_v1 teardown_busybox setup_busybox