From 42d2718e2478c7fcd7be6c179c861e8e4a564ec5 Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Thu, 19 May 2022 16:56:22 +0800 Subject: [PATCH] Fix test. --- tests/maps.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/maps.rs b/tests/maps.rs index daf8b051..6c3a53d0 100644 --- a/tests/maps.rs +++ b/tests/maps.rs @@ -124,6 +124,7 @@ fn test_map_prop() -> Result<(), Box> { Ok(()) } +#[cfg(not(feature = "no_index"))] #[test] fn test_map_index_types() -> Result<(), Box> { let engine = Engine::new();