From e281565f5028392bd09114c2534409128f33bcd5 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Wed, 21 Feb 2018 17:28:08 +1300 Subject: [PATCH] [honey] Reenable testcase consistency1 This was too slow before, but with the new index it only takes ~20% longer than it does using glass. --- xapian-core/tests/api_db.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/xapian-core/tests/api_db.cc b/xapian-core/tests/api_db.cc index 22ad7af55..c43e29503 100644 --- a/xapian-core/tests/api_db.cc +++ b/xapian-core/tests/api_db.cc @@ -1392,7 +1392,6 @@ DEFINE_TESTCASE(sortvalue1, backend) { // with that, and testing it there doesn't actually improve the test // coverage really. DEFINE_TESTCASE(consistency1, backend && !remote) { - SKIP_TEST("honey too slow"); Xapian::Database db(get_database("etext")); Xapian::Enquire enquire(db); enquire.set_query(Xapian::Query(Xapian::Query::OP_OR, Xapian::Query("the"), Xapian::Query("sky"))); -- 2.11.4.GIT