aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorTeddy Wing2020-07-25 12:33:20 +0200
committerTeddy Wing2020-07-25 12:33:20 +0200
commit4b3016a512f6353c2766576d2b8bce2f472ccdf3 (patch)
tree8077e5e093eb412f152ae54302acd3cf86b1c3d2 /src/lib.rs
parent4d89f0c16c61175042c47b493cb945618db8f72b (diff)
downloadgit-suggestion-4b3016a512f6353c2766576d2b8bce2f472ccdf3.tar.bz2
lib.rs: Skip network test
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index fe945be..e4c45c2 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -97,6 +97,7 @@ mod tests {
use super::*;
#[test]
+ #[ignore]
fn suggestion_fetch_gets_pull_request_comment() {
let client = Client::new(
env!("GITHUB_TOKEN"),