Skip to content

Commit 2af9e1f

Browse files
committed
Ignore killing_cargo_releases_the_lock on windows
1 parent d7977f8 commit 2af9e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/concurrent.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ fn same_project() {
345345
// next Cargo to come in will take over cleanly.
346346
// older win versions don't support job objects, so skip test there
347347
#[test]
348-
#[cfg_attr(target_env = "msvc", ignore)]
348+
#[cfg_attr(target_env = "windows", ignore)]
349349
fn killing_cargo_releases_the_lock() {
350350
let p = project("foo")
351351
.file("Cargo.toml", r#"

0 commit comments

Comments
 (0)