Skip to content

Commit c031fe5

Browse files
committed
Disable linear perf test on JRuby temporarily
JRuby's perf does not suddenly go non-linear, but this test is occasionally timing out. We will investigate separtely and disable it for now. See #1310
1 parent c809ba8 commit c031fe5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/rdoc/test_rdoc_parser_ruby.rb

+1
Original file line numberDiff line numberDiff line change
@@ -3383,6 +3383,7 @@ def test_read_directive_one_liner
33833383
end
33843384

33853385
def test_read_directive_linear_performance
3386+
omit "JRuby intermittently times out" if RUBY_ENGINE == 'jruby'
33863387
pre = ->(i) {util_parser '# ' + '0'*i + '=000:'}
33873388
assert_linear_performance((1..5).map{|i|10**i}, pre: pre) do |parser|
33883389
assert_nil parser.read_directive []

0 commit comments

Comments
 (0)