[TEST] Mute BulkRejectionIT.testBulkRejectionAfterDynamicMappingUpdate

Due to https://github.com/elastic/elasticsearch/issues/41363
This commit is contained in:
David Roberts 2019-04-23 10:37:29 +01:00
parent 411994b489
commit 7e2aec022d
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ public class BulkRejectionIT extends ESIntegTestCase {
return 5;
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/41363")
public void testBulkRejectionAfterDynamicMappingUpdate() throws Exception {
final String index = "test";
assertAcked(prepareCreate(index));