Skip to content

Commit

Permalink
Temporarily disable workspace_as_dep test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaput committed Aug 3, 2023
1 parent 9d5c7ac commit 2ec321a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scarb/tests/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,10 @@ fn sierra_replace_ids() {
}

#[test]
#[cfg_attr(
target_family = "windows",
ignore = "This test temporarily fails on Windows."
)]
fn workspace_as_dep() {
let t = TempDir::new().unwrap();

Expand Down

0 comments on commit 2ec321a

Please sign in to comment.