commit: 260a4b141d39cc1946a5f6db46e9d392141d590d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jun 23 07:59:07 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jun 23 08:51:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=260a4b14
www-apps/jekyll: skip network test Closes: https://bugs.gentoo.org/880695 Signed-off-by: Sam James <sam <AT> gentoo.org> www-apps/jekyll/jekyll-4.3.2.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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() {
