Commit 446a8ba8 authored by Pavel Emelyanov's avatar Pavel Emelyanov

jenkins: Exclude maps04 from -sibling test

This guy runs on tmpfs for dumps and maps04 is too heavy for it
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent fa0587ed
......@@ -3,4 +3,4 @@ set -e
source `dirname $0`/criu-lib.sh
prep
mount_tmpfs_to_dump
./test/zdtm.py run --all --report report --sibling --parallel 4 || fail
./test/zdtm.py run --all --report report --sibling --parallel 4 -x 'maps04' || fail
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment