mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 11:38:07 -07:00
dev-ruby/simple-rss: skip test that may fail under a network sandbox
Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://codeberg.org/gentoo/gentoo/pulls/1553 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
f8970d384d
commit
e4a2fe0074
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -32,4 +32,8 @@ all_ruby_prepare() {
|
||||
sed -i -e '/@\(media_rss\|rss20_utf8\)/ s:^:#:' \
|
||||
-e '/test_rss_utf8/aomit "missing data"' \
|
||||
test/base/base_test.rb || die
|
||||
|
||||
# Network sandbox
|
||||
sed -e '/def test_fetch_raises_on_invalid_host/,/^ end/ s:^:#:' \
|
||||
-i test/base/fetch_test.rb || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user