Skip to content

Commit c2745d0

Browse files
committed
Mute testLookupSeqNoByIdInLucene
Tracked at elastic#42979
1 parent 8c32e57 commit c2745d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/index/engine/InternalEngineTests.java

+1
Original file line numberDiff line numberDiff line change
@@ -3965,6 +3965,7 @@ public void testSequenceIDs() throws Exception {
39653965
searchResult.close();
39663966
}
39673967

3968+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/42979")
39683969
public void testLookupSeqNoByIdInLucene() throws Exception {
39693970
int numOps = between(10, 100);
39703971
long seqNo = 0;

0 commit comments

Comments
 (0)