Skip to content

Commit ce11ae4

Browse files
committed
[GR-41382] Exclude transient ownership specs on darwin-amd64 too
PullRequest: truffleruby/4111
2 parents 44cf286 + 23823ac commit ce11ae4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/mri/excludes/TestFileUtils.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
exclude :test_chown, "transient (GR-41382)" if RUBY_PLATFORM.start_with?('aarch64-darwin')
2-
exclude :test_chown_R, "transient (GR-41382)" if RUBY_PLATFORM.start_with?('aarch64-darwin')
3-
exclude :test_chown_dir_group_ownership_not_recursive, "transient (GR-41382)" if RUBY_PLATFORM.start_with?('aarch64-darwin')
4-
exclude :test_chown_noop, "transient (GR-41382)" if RUBY_PLATFORM.start_with?('aarch64-darwin')
1+
exclude :test_chown, "transient (GR-41382)" if RUBY_PLATFORM.include?('darwin')
2+
exclude :test_chown_R, "transient (GR-41382)" if RUBY_PLATFORM.include?('darwin')
3+
exclude :test_chown_dir_group_ownership_not_recursive, "transient (GR-41382)" if RUBY_PLATFORM.include?('darwin')
4+
exclude :test_chown_noop, "transient (GR-41382)" if RUBY_PLATFORM.include?('darwin')

0 commit comments

Comments
 (0)