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();