diff --git a/ruby.spec b/ruby.spec index 3e9be42..cb24fee 100644 --- a/ruby.spec +++ b/ruby.spec @@ -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}"} \