We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca16fd commit 1779d8cCopy full SHA for 1779d8c
1 file changed
tests/types/mod.rs
@@ -146,6 +146,7 @@ fn test_json_params() {
146
147
#[test]
148
fn test_jsonb_params() {
149
+ if option_env!("TRAVIS").is_some() { return } // Travis doesn't have Postgres 9.4 yet
150
test_type("JSONB", &[(Some(Json::from_str("[10, 11, 12]").unwrap()),
151
"'[10, 11, 12]'"),
152
(Some(Json::from_str("{\"f\": \"asd\"}").unwrap()),
0 commit comments