Skip to content

Commit

Permalink
Ignore tests failing as of #883
Browse files Browse the repository at this point in the history
commit-id:1bcbe058
  • Loading branch information
maciektr committed Nov 9, 2023
1 parent 4574efd commit b248077
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scarb/tests/local_registry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,9 @@ fn url_pointing_to_file() {
drop(registry_t);
}

// FIXME(#883)
#[test]
#[cfg_attr(target_os = "windows", ignore = "ignored on windows as of #883")]
fn publish() {
let t = TempDir::new().unwrap();
let index = t.child("index");
Expand Down Expand Up @@ -203,7 +205,9 @@ fn publish() {
);
}

// FIXME(#883)
#[test]
#[cfg_attr(target_os = "windows", ignore = "ignored on windows as of #883")]
fn publish_overwrites_existing() {
let index = TempDir::new().unwrap();

Expand Down

0 comments on commit b248077

Please sign in to comment.