Skip to content

Commit

Permalink
Skip CRIU tests when $RUNC_USE_SYSTEMD for now
Browse files Browse the repository at this point in the history
These tests sometimes hang, so let's skip them for now.

Tested:
  $ sudo make localintegration TESTPATH='/checkpoint.bats' RUNC_USE_SYSTEMD=1

The 5 tests in this test suite will be skipped.

Signed-off-by: Filipe Brandenburger <filbranden@google.com>
  • Loading branch information
filbranden committed Mar 14, 2019
1 parent d458609 commit 5369f9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/integration/checkpoint.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 5369f9a

Please sign in to comment.