mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[rubygems/rubygems] Remote test to check require
This test was triggering require of `rubygems/core_ext/tcpsocket_init` which overrides TCPSocket.initialize globally. Requires don't get reset between test runs and it was making other test unreliable. Fixes timeout of test on ruby master https://github.com/rubygems/rubygems/commit/fdfe5c9691
This commit is contained in:
parent
0476ce0370
commit
04ef602c28
1 changed files with 0 additions and 6 deletions
|
@ -1000,12 +1000,6 @@ PeIQQkFng2VVot/WAQbv3ePqWq07g1BBcwIBAg==
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_tcpsocketext_require
|
|
||||||
with_configured_fetcher(":ipv4_fallback_enabled: true") do |fetcher|
|
|
||||||
refute require('rubygems/core_ext/tcpsocket_init')
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
||||||
def with_configured_fetcher(config_str = nil, &block)
|
def with_configured_fetcher(config_str = nil, &block)
|
||||||
if config_str
|
if config_str
|
||||||
temp_conf = File.join @tempdir, '.gemrc'
|
temp_conf = File.join @tempdir, '.gemrc'
|
||||||
|
|
Loading…
Reference in a new issue