Skip to content

Commit 23823ac

Browse files
committed
[GR-41382] Exclude transient ownership specs on darwin-amd64 too
1 parent 16e1906 commit 23823ac

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)