We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcdc509 commit 7a124f1Copy full SHA for 7a124f1
client/rest-high-level/src/test/java/org/elasticsearch/client/CrudIT.java
@@ -436,7 +436,6 @@ public void testMultiGet() throws IOException {
436
}
437
438
439
- @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/38451 contains a fix. sliencing for now")
440
public void testIndex() throws IOException {
441
final XContentType xContentType = randomFrom(XContentType.values());
442
highLevelClient().indices().create(
0 commit comments