File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1047,6 +1047,7 @@ mod tests {
10471047 }
10481048
10491049 #[ test]
1050+ #[ cfg_attr( target_os = "macos" , ignore) ]
10501051 fn test_transform_edge_app_instance_path_to_instance_manifest_with_env_path_instead_of_file_should_fail (
10511052 ) {
10521053 let dir = tempdir ( ) . unwrap ( ) ;
@@ -1073,6 +1074,7 @@ mod tests {
10731074 }
10741075
10751076 #[ test]
1077+ #[ cfg_attr( target_os = "macos" , ignore) ]
10761078 fn test_transform_edge_app_path_to_manifest_when_path_provided_should_return_path_with_manifest (
10771079 ) {
10781080 let dir = tempdir ( ) . unwrap ( ) ;
@@ -1089,6 +1091,7 @@ mod tests {
10891091 }
10901092
10911093 #[ test]
1094+ #[ cfg_attr( target_os = "macos" , ignore) ]
10921095 fn test_transform_edge_app_path_to_manifest_when_path_provided_is_not_a_dir_should_fail ( ) {
10931096 let dir = tempdir ( ) . unwrap ( ) ;
10941097 let dir_path = dir. path ( ) ;
@@ -1117,6 +1120,7 @@ mod tests {
11171120 }
11181121
11191122 #[ test]
1123+ #[ cfg_attr( target_os = "macos" , ignore) ]
11201124 fn test_transform_edge_app_path_to_manifest_with_env_path_instead_of_file_should_fail ( ) {
11211125 let dir = tempdir ( ) . unwrap ( ) ;
11221126 let dir_path = dir. path ( ) ;
You can’t perform that action at this time.
0 commit comments