From 2af9e1fac580faaf8ae930c2981f4b2aa2740b99 Mon Sep 17 00:00:00 2001 From: Nipunn Koorapati Date: Tue, 15 Nov 2016 22:48:21 -0800 Subject: [PATCH] Ignore killing_cargo_releases_the_lock on windows --- tests/concurrent.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/concurrent.rs b/tests/concurrent.rs index bd3963d09aa..ba2300afa25 100644 --- a/tests/concurrent.rs +++ b/tests/concurrent.rs @@ -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#"