diff --git a/src/functional_test.rs b/src/functional_test.rs index 53d8fcd11..e8f8797dd 100644 --- a/src/functional_test.rs +++ b/src/functional_test.rs @@ -12,6 +12,7 @@ fn check_index_content(searcher: &Searcher, vals: &HashSet) { } #[test] +#[ignore] fn test_indexing() { let mut schema_builder = SchemaBuilder::default();