Skip to content

Commit

Permalink
Ignore failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
maciektr committed Nov 24, 2023
1 parent 0f7e9e8 commit 483f9ce
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scarb/tests/fmt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ fn simple_check_invalid() {
}

#[test]
#[cfg_attr(
not(target_family = "unix"),
ignore = "TODO(#935): Fix paths display on windows."
)]
fn simple_emit_invalid() {
let t = build_temp_dir(SIMPLE_ORIGINAL);
Scarb::quick_snapbox()
Expand Down Expand Up @@ -307,6 +311,10 @@ fn workspace_with_root() {
}

#[test]
#[cfg_attr(
not(target_family = "unix"),
ignore = "TODO(#935): Fix paths display on windows."
)]
fn workspace_emit_with_root() {
let t = TempDir::new().unwrap().child("test_workspace");
let pkg1 = t.child("first");
Expand Down

0 comments on commit 483f9ce

Please sign in to comment.