diff --git a/tests/test_cargo_compile.rs b/tests/test_cargo_compile.rs index 771988eb3..0409e5203 100644 --- a/tests/test_cargo_compile.rs +++ b/tests/test_cargo_compile.rs @@ -627,7 +627,8 @@ test!(self_dependency { execs().with_status(0)); }) -test!(ignore_bogus_symlinks { +#[cfg(not(windows))] +test!(ignore_broken_symlinks { let p = project("foo") .file("Cargo.toml", basic_bin_manifest("foo").as_slice()) .file("src/foo.rs", main_file(r#""i am foo""#, []).as_slice())