parent
4d2144a2a0
commit
cb2273b02a
|
@ -284,6 +284,7 @@ public class IndicesRequestIT extends ESIntegTestCase {
|
||||||
assertSameIndices(updateRequest, updateShardActions);
|
assertSameIndices(updateRequest, updateShardActions);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32808")
|
||||||
public void testBulk() {
|
public void testBulk() {
|
||||||
String[] bulkShardActions = new String[]{BulkAction.NAME + "[s][p]", BulkAction.NAME + "[s][r]"};
|
String[] bulkShardActions = new String[]{BulkAction.NAME + "[s][p]", BulkAction.NAME + "[s][r]"};
|
||||||
interceptTransportActions(bulkShardActions);
|
interceptTransportActions(bulkShardActions);
|
||||||
|
|
Loading…
Reference in New Issue