Skip to content

Commit ea0d707

Browse files
committed
AwaitsFix for #100580
1 parent b286fb3 commit ea0d707

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/index/mapper/IdLoaderTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ public void testSynthesizeIdSimple() throws Exception {
6969
prepareIndexReader(indexAndForceMerge(routing, docs), verify, false);
7070
}
7171

72+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/100580")
7273
public void testSynthesizeIdMultipleSegments() throws Exception {
7374
var routingPaths = List.of("dim1");
7475
var routing = createRouting(routingPaths);

0 commit comments

Comments
 (0)