We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c32e57 commit c2745d0Copy full SHA for c2745d0
server/src/test/java/org/elasticsearch/index/engine/InternalEngineTests.java
@@ -3965,6 +3965,7 @@ public void testSequenceIDs() throws Exception {
3965
searchResult.close();
3966
}
3967
3968
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/42979")
3969
public void testLookupSeqNoByIdInLucene() throws Exception {
3970
int numOps = between(10, 100);
3971
long seqNo = 0;
0 commit comments