Skip to content

Commit 54ab458

Browse files
committed
Exclude failing CRuby tests
1 parent a07cb06 commit 54ab458

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

test/mri/excludes/TestFile.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
exclude :test_file_share_delete, "needs investigation"
99
exclude :test_stat, "needs investigation"
1010
exclude :test_realpath_special_symlink, "needs investigation"
11+
exclude :test_open_tempfile_path, "fails on aarch64-linux" if RUBY_PLATFORM == 'aarch64-linux'

test/mri/excludes/TestIO.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,4 @@
5656
exclude :test_fcntl_lock_linux, "needs investigation - fails on Linux"
5757
exclude :test_select_memory_leak, "needs investigation"
5858
exclude :test_race_gets_and_close, "transient"
59+
exclude :test_copy_stream_megacontent_nonblock, "transient, and very slow on aarch64-darwin"

test/mri/excludes/TestOpenURI.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
exclude :test_encoding, "needs investigation"
2+
exclude :test_open_timeout, "transient" if RUBY_PLATFORM == 'aarch64-darwin'

0 commit comments

Comments
 (0)