diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2025-08-15 10:59:51 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-15 10:59:51 -0700 |
| commit | 97cffb95e35c8e5b6fe6d76a80dc1d4d775d8094 (patch) | |
| tree | 45763d9b981c0d7288429097578559d912286bbf | |
| parent | 12ef01b52f69dfdad2941e1b79c826b74ae0ed24 (diff) | |
Skip an unstable test for macOS (#14245)
| -rw-r--r-- | test/ruby/test_file_exhaustive.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ruby/test_file_exhaustive.rb b/test/ruby/test_file_exhaustive.rb index bb64483a79..b20b597256 100644 --- a/test/ruby/test_file_exhaustive.rb +++ b/test/ruby/test_file_exhaustive.rb @@ -1477,6 +1477,7 @@ class TestFileExhaustive < Test::Unit::TestCase end def test_test + omit 'timestamp check is unstable on macOS' if RUBY_PLATFORM =~ /darwin/ fn1 = regular_file hardlinkfile sleep(1.1) |
