Mute IndicesRequestIT#testBulk

Tracked at #32808
This commit is contained in:
Nhat Nguyen 2018-08-13 10:10:27 -04:00
parent 4d2144a2a0
commit cb2273b02a
1 changed files with 1 additions and 0 deletions

View File

@ -284,6 +284,7 @@ public class IndicesRequestIT extends ESIntegTestCase {
assertSameIndices(updateRequest, updateShardActions);
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32808")
public void testBulk() {
String[] bulkShardActions = new String[]{BulkAction.NAME + "[s][p]", BulkAction.NAME + "[s][r]"};
interceptTransportActions(bulkShardActions);