Skip to content

Commit

Permalink
Ignore killing_cargo_releases_the_lock on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
nipunn1313 committed Nov 16, 2016
1 parent d7977f8 commit 2af9e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/concurrent.rs
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ fn same_project() {
// next Cargo to come in will take over cleanly.
// older win versions don't support job objects, so skip test there
#[test]
#[cfg_attr(target_env = "msvc", ignore)]
#[cfg_attr(target_env = "windows", ignore)]
fn killing_cargo_releases_the_lock() {
let p = project("foo")
.file("Cargo.toml", r#"
Expand Down

0 comments on commit 2af9e1f

Please sign in to comment.