Skip to content

Commit 7a124f1

Browse files
authored
enable CurtIT#testIndex since #38451 is merged (#38476)
1 parent fcdc509 commit 7a124f1

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,6 @@ public void testMultiGet() throws IOException {
436436
}
437437
}
438438

439-
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/pull/38451 contains a fix. sliencing for now")
440439
public void testIndex() throws IOException {
441440
final XContentType xContentType = randomFrom(XContentType.values());
442441
highLevelClient().indices().create(

0 commit comments

Comments
 (0)