From ac3890f93c9624fda8fbaa26e747db41b9a59550 Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Wed, 8 Mar 2017 19:08:29 +0900 Subject: [PATCH] NOBUG Marked the functional test as ignore --- src/functional_test.rs | 1 + 1 file changed, 1 insertion(+) 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();