Skip to content

Commit 4fc911a

Browse files
Mute test InternalEngineTests
Relates #35823
1 parent 7daccaa commit 4fc911a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
import org.apache.lucene.util.Bits;
6868
import org.apache.lucene.util.BytesRef;
6969
import org.apache.lucene.util.FixedBitSet;
70+
import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
7071
import org.elasticsearch.ElasticsearchException;
7172
import org.elasticsearch.Version;
7273
import org.elasticsearch.action.index.IndexRequest;
@@ -3808,6 +3809,7 @@ public void testSequenceIDs() throws Exception {
38083809
searchResult.close();
38093810
}
38103811

3812+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/35823")
38113813
public void testLookupSeqNoByIdInLucene() throws Exception {
38123814
int numOps = between(10, 100);
38133815
long seqNo = 0;

0 commit comments

Comments
 (0)