mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-18 17:33:02 +00:00
tests: skip euleros
euleros mirrors are down almost all time, don't fail if euleros rootfs or image can't be generated. fixes #238 Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com> Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
parent
da9f541deb
commit
b4de168cf4
@ -6,9 +6,8 @@
|
||||
# List of distros not to test, when running all tests with test_images.sh
|
||||
typeset -a skipWhenTestingAll
|
||||
|
||||
if [ -n "${TRAVIS:-}" ]; then
|
||||
# (travis may timeout with euleros, see:
|
||||
# https://github.com/kata-containers/osbuilder/issues/46)"
|
||||
if [ -n "${CI:-}" ]; then
|
||||
# CI tests may timeout with euleros, see:
|
||||
# https://github.com/kata-containers/osbuilder/issues/46"
|
||||
skipWhenTestingAll+=(euleros)
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user