Skip to content

Commit

Permalink
Exclude failing tests which need beginless Ranges support
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Nov 9, 2020
1 parent a3a2c85 commit 3fa29ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/mri/excludes/TestArithmeticSequence.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@
exclude :test_complex, "needs investigation"
exclude :test_num_step_inspect, "needs investigation"
exclude :test_to_a_bug15444, "needs investigation"
exclude :test_begin, "beginless ranges"
exclude :test_end, "beginless ranges"
exclude :test_exclude_end_p, "beginless ranges"
exclude :test_first, "beginless ranges"
exclude :test_step, "beginless ranges"

0 comments on commit 3fa29ed

Please sign in to comment.