mirror of https://github.com/apache/lucene.git
LUCENE-8641: add awaits fix to stop jenkins from creating subsequent alerts for this problem.
This commit is contained in:
parent
8b54b20fc4
commit
09778b2133
|
@ -173,6 +173,7 @@ public class TermInSetQueryTest extends LuceneTestCase {
|
|||
QueryUtils.checkEqual(query1, query2);
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/LUCENE-8641")
|
||||
public void testRamBytesUsed() {
|
||||
List<BytesRef> terms = new ArrayList<>();
|
||||
final int numTerms = 10000 + random().nextInt(1000);
|
||||
|
|
Loading…
Reference in New Issue