Skip to content

Commit

Permalink
Ignore tests failing as of #883 (#884)
Browse files Browse the repository at this point in the history
commit-id:1bcbe058
  • Loading branch information
maciektr authored Nov 9, 2023
1 parent 70bad9a commit 79b2b50
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): Unignore these tests.
#[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): Unignore these tests.
#[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 79b2b50

Please sign in to comment.