Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #56 from liangchenye/time
Browse files Browse the repository at this point in the history
skip euleros build due to timeout reason
  • Loading branch information
jodh-intel authored Mar 1, 2018
2 parents ec738d4 + 55f0324 commit 56eb88b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/image_creation.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 56eb88b

Please sign in to comment.