diff options
author | Sam James <sam@gentoo.org> | 2023-06-23 08:59:07 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-23 09:51:04 +0100 |
commit | 260a4b141d39cc1946a5f6db46e9d392141d590d (patch) | |
tree | 4ae89a28efcd199175c0935b8aa8371519374678 /www-apps/jekyll | |
parent | app-office/auto-multiple-choice: add 1.5.2, WIP, unkeyworded (diff) | |
download | gentoo-260a4b141d39cc1946a5f6db46e9d392141d590d.tar.gz gentoo-260a4b141d39cc1946a5f6db46e9d392141d590d.tar.bz2 gentoo-260a4b141d39cc1946a5f6db46e9d392141d590d.zip |
www-apps/jekyll: skip network test
Closes: https://bugs.gentoo.org/880695
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-apps/jekyll')
-rw-r--r-- | www-apps/jekyll/jekyll-4.3.2.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www-apps/jekyll/jekyll-4.3.2.ebuild b/www-apps/jekyll/jekyll-4.3.2.ebuild index db9b3c7015a0..a0dc21a39fa2 100644 --- a/www-apps/jekyll/jekyll-4.3.2.ebuild +++ b/www-apps/jekyll/jekyll-4.3.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -USE_RUBY="ruby27 ruby30" +USE_RUBY="ruby30" inherit ruby-fakegem @@ -95,6 +95,10 @@ all_ruby_prepare() { # Avoid a test failing due to TZ differences sed -e '/contain the proper page data to mimic the post liquid/askip "TZ difference"' \ -i test/test_excerpt.rb || die + + # Confused by network-sandbox + sed -e "/return true if there's internet/askip \"Confused by network-sandbox\"" \ + -i test/test_utils.rb || die } src_test() { |