Skip to content

Commit 6e0624a

Browse files
authored
await fix CurtIT#testIndex until #38451 is merged (#38466)
1 parent df3fe00 commit 6e0624a

File tree

1 file changed

+1
-0
lines changed
  • client/rest-high-level/src/test/java/org/elasticsearch/client

1 file changed

+1
-0
lines changed

client/rest-high-level/src/test/java/org/elasticsearch/client/CrudIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@ public void testMultiGet() throws IOException {
427427
}
428428
}
429429

430+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/38451 contains a fix. sliencing for now")
430431
public void testIndex() throws IOException {
431432
final XContentType xContentType = randomFrom(XContentType.values());
432433
{

0 commit comments

Comments
 (0)