Skip to content

Commit d1cc2e6

Browse files
committed
Mute InternalEngineTests.testRandomOperations
1 parent 66788af commit d1cc2e6

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4406,6 +4406,7 @@ public void testSegmentContainsOnlyNoOps() throws Exception {
44064406
* This is needed as some fields in Lucene may not exist if a segment misses operation types and this code is to check for that.
44074407
* For example, a segment containing only no-ops does not have neither _uid or _version.
44084408
*/
4409+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/53186")
44094410
public void testRandomOperations() throws Exception {
44104411
int numOps = between(10, 100);
44114412
for (int i = 0; i < numOps; i++) {

0 commit comments

Comments
 (0)