From 35362b7bfa08c83d15e6e6e5cb1f39f712ad5511 Mon Sep 17 00:00:00 2001 From: Shivani Bhardwaj Date: Wed, 15 Jul 2020 17:28:14 +0530 Subject: [PATCH] jsonbuilder: run test if not debug-validate --- rust/src/jsonbuilder.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/src/jsonbuilder.rs b/rust/src/jsonbuilder.rs index 15ac0ff0b3..cef8d80e08 100644 --- a/rust/src/jsonbuilder.rs +++ b/rust/src/jsonbuilder.rs @@ -868,6 +868,7 @@ mod test { } #[test] + #[cfg(not(feature = "debug-validate"))] fn test_array_in_object() -> Result<(), JsonError> { let mut js = JsonBuilder::new_object(); -- 2.47.2