Skip gentoo test

The idea was to put this in non-voting, but we never added it to the
skip list so it has been running by default.

Change-Id: I67f3453607077146ceb9430d12b4b9bfcd34437f
This commit is contained in:
Ian Wienand 2016-04-07 15:12:51 +10:00
parent 2f214ff3e8
commit 2764f2a659

View File

@ -16,6 +16,8 @@ export DIB_CMD=$BASE_DIR/bin/disk-image-create
DEFAULT_SKIP_TESTS=( DEFAULT_SKIP_TESTS=(
# we run version pinned test in gate (this just runs latest) # we run version pinned test in gate (this just runs latest)
fedora/build-succeeds fedora/build-succeeds
# in non-voting
gentoo/build-succeeds
) )
# run_disk_element_test <test_element> <element> # run_disk_element_test <test_element> <element>