Ignore a test that accesses crates.io for now

Tests in general shouldn't hit the network, but this one requires a crate from
crates.io :(
This commit is contained in:
Alex Crichton 2017-06-24 22:43:45 -07:00
parent 534ce68621
commit 3b4e89f40d

View file

@ -1986,6 +1986,7 @@ fn two_at_rev_instead_of_tag() {
}
#[test]
#[ignore] // accesses crates.io
fn include_overrides_gitignore() {
let p = git::new("reduction", |repo| {
repo.file("Cargo.toml", r#"