[TEST] Mark test with AwaitsFix for elastic/x-pack-elasticsearch#1353
Original commit: elastic/x-pack-elasticsearch@a9705d3816
This commit is contained in:
parent
b415d7b17e
commit
7965def49c
|
@ -109,6 +109,7 @@ public class MonitoringBulkRequestTests extends ESTestCase {
|
|||
assertThat(request.getDocs(), hasSize(nbDocs));
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/1353")
|
||||
public void testAddMultipleDocs() throws Exception {
|
||||
final int nbDocs = randomIntBetween(3, 20);
|
||||
final MonitoringIndex[] indices = new MonitoringIndex[nbDocs];
|
||||
|
|
Loading…
Reference in New Issue