File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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' )
You can’t perform that action at this time.
0 commit comments