Skip to content

Commit 6e4ee8e

Browse files
Merge pull request #255 from Screenly/further-cleanup
Disable some of the tests that might be flaky on macos
2 parents 1a0e555 + 79b0308 commit 6e4ee8e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/commands/edge_app/utils.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)