Skip to content

Commit

Permalink
Deactivate buggy test
Browse files Browse the repository at this point in the history
Those tests are failling occasionnaly (race condition ?)
As we want to fix it at a time, let's deactivate it for now.

See https://trac.xapian.org/ticket/832 for more information.
  • Loading branch information
mgautierfr committed Aug 12, 2024
1 parent 03e2fc1 commit f9125aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xapian-core/tests/api_collated.h
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@
{ "valuesaftercommit1", test_valuesaftercommit1 },
{ "replacedoc8", test_replacedoc8 },
{ "replacedoc9", test_replacedoc9 },
{ "newfreelistblock1", test_newfreelistblock1 },
// { "newfreelistblock1", test_newfreelistblock1 },
{ "splitpostings1", test_splitpostings1 },
{ "closedb7", test_closedb7 },
{ "metadata6", test_metadata6 },
Expand Down Expand Up @@ -815,7 +815,7 @@
}
if ((properties&WRITABLE)&&!(properties&INMEMORY)) {
static const test_desc tests[] = {
{ "qpmemoryleak1", test_qpmemoryleak1 },
//{ "qpmemoryleak1", test_qpmemoryleak1 },
{ "closedb4", test_closedb4 },
{ 0, 0 }
};
Expand Down

0 comments on commit f9125aa

Please sign in to comment.