Skip to content

Commit

Permalink
Exclude racy test that may not be valid.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Apr 27, 2018
1 parent ac66a74 commit 7370ed8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/mri/excludes/TestIO.rb
Expand Up @@ -21,6 +21,7 @@
exclude :test_flush_in_finalizer2, "uses ObjectSpace"
exclude :test_io_select_with_many_files, "creates too many files that break the rest of the suite"
exclude :test_puts_recursive_ary, "needs investigation"
exclude :test_race_gets_and_close, "racey test may not be valid since gets may proceed after stream is closed"
exclude :test_read_lock, "needs investigation"
exclude :test_readlines_limit_0, "hangs"
exclude :test_readpartial_lock, "needs investigation"
Expand Down

0 comments on commit 7370ed8

Please sign in to comment.