From 3b4e89f40d59e0150daa2d16e2c4d6697d9589cb Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sat, 24 Jun 2017 22:43:45 -0700 Subject: [PATCH] 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 :( --- tests/git.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/git.rs b/tests/git.rs index 77b08892cbb..b58cef8eb0c 100644 --- a/tests/git.rs +++ b/tests/git.rs @@ -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#"