File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6322,7 +6322,6 @@ 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
63266325fn test_cp_from_stdin ( ) {
63276326 let ( at, mut ucmd) = at_and_ucmd ! ( ) ;
63286327 let target = "target" ;
@@ -6390,7 +6389,6 @@ fn test_cp_update_none_interactive_prompt_no() {
63906389
63916390/// only unix has `/dev/fd/0`
63926391#[ cfg( unix) ]
6393- #[ cfg_attr( target_os = "macos" , ignore) ] // Flaky on MacOS, see #8453
63946392#[ test]
63956393fn test_cp_from_stream ( ) {
63966394 let target = "target" ;
@@ -6417,7 +6415,6 @@ fn test_cp_from_stream() {
64176415
64186416/// only unix has `/dev/fd/0`
64196417#[ cfg( unix) ]
6420- #[ cfg_attr( target_os = "macos" , ignore) ] // Flaky on MacOS, see #8453
64216418#[ test]
64226419fn test_cp_from_stream_permission ( ) {
64236420 let target = "target" ;
You can’t perform that action at this time.
0 commit comments