Skip to content

Commit

Permalink
Exclude failing CRuby tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed May 27, 2022
1 parent a07cb06 commit 54ab458
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/mri/excludes/TestFile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
exclude :test_file_share_delete, "needs investigation"
exclude :test_stat, "needs investigation"
exclude :test_realpath_special_symlink, "needs investigation"
exclude :test_open_tempfile_path, "fails on aarch64-linux" if RUBY_PLATFORM == 'aarch64-linux'
1 change: 1 addition & 0 deletions test/mri/excludes/TestIO.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@
exclude :test_fcntl_lock_linux, "needs investigation - fails on Linux"
exclude :test_select_memory_leak, "needs investigation"
exclude :test_race_gets_and_close, "transient"
exclude :test_copy_stream_megacontent_nonblock, "transient, and very slow on aarch64-darwin"
1 change: 1 addition & 0 deletions test/mri/excludes/TestOpenURI.rb
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
exclude :test_encoding, "needs investigation"
exclude :test_open_timeout, "transient" if RUBY_PLATFORM == 'aarch64-darwin'

0 comments on commit 54ab458

Please sign in to comment.