[ruby/net-http] Remove redundant MJIT condition
ref da0f67c038
https://github.com/ruby/net-http/commit/dbeb5f1c8f
This commit is contained in:
parent
b4e362d444
commit
549af505c5
@ -78,7 +78,7 @@ EOS
|
|||||||
|
|
||||||
def test_read_body_block_mod
|
def test_read_body_block_mod
|
||||||
# http://ci.rvm.jp/results/trunk-mjit-wait@silicon-docker/3019353
|
# http://ci.rvm.jp/results/trunk-mjit-wait@silicon-docker/3019353
|
||||||
if defined?(RubyVM::MJIT) ? RubyVM::MJIT.enabled? : defined?(RubyVM::MJIT) && RubyVM::MJIT.enabled?
|
if defined?(RubyVM::MJIT) && RubyVM::MJIT.enabled?
|
||||||
omit 'too unstable with --jit-wait, and extending read_timeout did not help it'
|
omit 'too unstable with --jit-wait, and extending read_timeout did not help it'
|
||||||
end
|
end
|
||||||
IO.pipe do |r, w|
|
IO.pipe do |r, w|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user