diff --git a/tests/version.rs b/tests/version.rs index b017830b272..2171cef5e13 100644 --- a/tests/version.rs +++ b/tests/version.rs @@ -51,6 +51,7 @@ Options: } #[test] +#[cfg_attr(target_os = "windows", ignore)] fn version_works_without_rustc() { let p = project("foo"); assert_that(p.cargo_process("version").env("PATH", ""),