blob: 5a456fab9a924470411ce3f9d76e6996fa57422f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/src/report/coveralls.rs b/src/report/coveralls.rs
index 5541e21..7feea1a 100644
--- a/src/report/coveralls.rs
+++ b/src/report/coveralls.rs
@@ -148,7 +148,7 @@ mod tests {
use super::*;
use std::process::Command;
- #[test]
+ #[test] #[ignore]
fn git_info_correct() {
let manifest = Path::new(env!("CARGO_MANIFEST_DIR")).join("Cargo.toml");
let res = match get_git_info(&manifest) {
|