From d2dae6d7c2ee0015e9f1dbb5e731818a53d6593b Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 8 Dec 2013 16:08:37 -0800 Subject: [PATCH] Disable JSON[] test on travis --- test.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/test.rs b/test.rs index 719662eb..8fa391e2 100644 --- a/test.rs +++ b/test.rs @@ -798,6 +798,7 @@ fn test_dns_failure() { } #[test] +#[cfg(not(travis))] fn test_jsonarray_params() { test_array_params!("JSON", json::from_str("[10, 11, 12]").unwrap(),