Skip to content

Commit 9bc86c6

Browse files
committed
Exclude test failing on systems which define O_TMPFILE
1 parent 04fac42 commit 9bc86c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/mri/excludes/TestFile.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +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'
11+
exclude :test_open_tempfile_path, "@path is currently set even with File::TMPFILE"

0 commit comments

Comments
 (0)