mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-18 04:54:31 +01:00
Merge pull request #56 from liangchenye/time
skip euleros build due to timeout reason
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user