mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
dev-lang/ruby: skip test needing network
Debian also has https://sources.debian.org/patches/ruby3.3/3.3.7-1/test-test_bundled_ca-Skip-test-because-it-requires-i.patch/. Closes: https://bugs.gentoo.org/932495 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
abd77b2527
commit
2ad0e10437
@ -104,6 +104,7 @@ src_prepare() {
|
||||
|
||||
# Remove tests that are known to fail or require a network connection
|
||||
rm -f test/ruby/test_process.rb test/rubygems/test_gem{,_path_support}.rb || die
|
||||
rm -f test/rubygems/test_bundled_ca.rb || die
|
||||
rm -f test/rinda/test_rinda.rb test/socket/test_tcp.rb \
|
||||
test/fiber/test_address_resolve.rb spec/ruby/library/socket/tcpsocket/{initialize,open}_spec.rb|| die
|
||||
|
||||
|
||||
@ -104,6 +104,7 @@ src_prepare() {
|
||||
|
||||
# Remove tests that are known to fail or require a network connection
|
||||
rm -f test/ruby/test_process.rb test/rubygems/test_gem{,_path_support}.rb || die
|
||||
rm -f test/rubygems/test_bundled_ca.rb || die
|
||||
rm -f test/rinda/test_rinda.rb test/socket/test_tcp.rb test/fiber/test_address_resolve.rb \
|
||||
spec/ruby/library/socket/tcpsocket/{initialize,open}_spec.rb|| die
|
||||
|
||||
|
||||
@ -117,6 +117,7 @@ src_prepare() {
|
||||
|
||||
# Remove tests that are known to fail or require a network connection
|
||||
rm -f test/ruby/test_process.rb test/rubygems/test_gem{,_path_support}.rb || die
|
||||
rm -f test/rubygems/test_bundled_ca.rb || die
|
||||
rm -f test/rinda/test_rinda.rb test/socket/test_tcp.rb test/fiber/test_address_resolve.rb \
|
||||
spec/ruby/library/socket/tcpsocket/{initialize,open}_spec.rb \
|
||||
spec/ruby/library/socket/socket/connect_spec.rb || die
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user