File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
spec/rspec/core/formatters Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -436,6 +436,7 @@ def read_failed_lines
436
436
437
437
context 'and the line count does not exceed RSpec.configuration.max_displayed_failure_line_count' do
438
438
it 'returns all the lines' do
439
+ pending 'https://github.com/jruby/jruby/issues/4737' if RSpec ::Support ::Ruby . jruby_9000?
439
440
expect ( read_failed_lines ) . to eq ( [
440
441
" expect('RSpec').to be_a(String)." ,
441
442
" and start_with('R')." ,
@@ -450,6 +451,7 @@ def read_failed_lines
450
451
end
451
452
452
453
it 'returns the lines without exceeding the max count' do
454
+ pending 'https://github.com/jruby/jruby/issues/4737' if RSpec ::Support ::Ruby . jruby_9000?
453
455
expect ( read_failed_lines ) . to eq ( [
454
456
" expect('RSpec').to be_a(String)." ,
455
457
" and start_with('R')."
You can’t perform that action at this time.
0 commit comments