Disable JSON[] test on travis

This commit is contained in:
Steven Fackler 2013-12-08 16:08:37 -08:00
parent 88a6f94c96
commit d2dae6d7c2

View File

@ -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(),