mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-14 06:06:12 +00:00
skip euleros build due to timeout reason
Fixes #46. Signed-off-by: Liang Chenye <liangchenye@huawei.com>
This commit is contained in:
parent
ec738d46c1
commit
55f0324878
@ -62,6 +62,10 @@ function build_rootfs_image_initrd()
|
||||
}
|
||||
|
||||
@test "Can create euleros image" {
|
||||
if [ "$TRAVIS" = true ]
|
||||
then
|
||||
skip "travis timeout, see: https://github.com/kata-containers/osbuilder/issues/46"
|
||||
fi
|
||||
build_rootfs_image_initrd euleros
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user