Skip to content

Commit

Permalink
Disable test that does not work on all platforms.
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-borovkov committed Oct 31, 2024
1 parent b6ae262 commit 4fb266d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1216,6 +1216,7 @@ mod tests {
}

#[test]
#[ignore]
fn test_transform_edge_app_path_to_manifest_without_path_should_return_correct_path() {
let dir = tempdir().unwrap();
let dir_path = dir.path();
Expand Down

0 comments on commit 4fb266d

Please sign in to comment.