File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -6322,6 +6322,7 @@ fn test_cp_archive_preserves_directory_permissions() {
63226322
63236323#[ test]
63246324#[ cfg( unix) ]
6325+ #[ cfg_attr( target_os = "macos" , ignore = "Flaky on MacOS, see #8453" ) ]
63256326fn test_cp_from_stdin ( ) {
63266327 let ( at, mut ucmd) = at_and_ucmd ! ( ) ;
63276328 let target = "target" ;
@@ -6389,6 +6390,7 @@ fn test_cp_update_none_interactive_prompt_no() {
63896390
63906391/// only unix has `/dev/fd/0`
63916392#[ cfg( unix) ]
6393+ #[ cfg_attr( target_os = "macos" , ignore = "Flaky on MacOS, see #8453" ) ]
63926394#[ test]
63936395fn test_cp_from_stream ( ) {
63946396 let target = "target" ;
@@ -6415,6 +6417,7 @@ fn test_cp_from_stream() {
64156417
64166418/// only unix has `/dev/fd/0`
64176419#[ cfg( unix) ]
6420+ #[ cfg_attr( target_os = "macos" , ignore = "Flaky on MacOS, see #8453" ) ]
64186421#[ test]
64196422fn test_cp_from_stream_permission ( ) {
64206423 let target = "target" ;
You can’t perform that action at this time.
0 commit comments