Work around infra's networking.

This commit is contained in:
Jarek Prokop 2024-01-23 10:12:09 +01:00 committed by root
parent 4f8991cc06
commit 0349d2ba50
2 changed files with 8 additions and 0 deletions

1
.ruby.metadata Normal file
View File

@ -0,0 +1 @@
c8f68e1b0a114b90460a0b44165a3b2f540fa5b6 ruby-3.3.0.tar.xz

View File

@ -1093,6 +1093,13 @@ MSPECOPTS=""
export DFLTCC=0
%endif
# Some infra allows DNS resolution but then does not allow
# connection to proceed, let's ignore it altogether for now.
# Our expectation is that there is no network connectivity outside
# available loopback interface. That is not the reality currently.
# https://issues.redhat.com/browse/CS-1959
DISABLE_TESTS="$DISABLE_TESTS -n !/TestGemBundledCA/"
# Give an option to increase the timeout in tests.
# https://bugs.ruby-lang.org/issues/16921
%{?test_timeout_scale:RUBY_TEST_TIMEOUT_SCALE="%{test_timeout_scale}"} \