mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
[TEST] Mute BulkRejectionIT.testBulkRejectionAfterDynamicMappingUpdate
Due to https://github.com/elastic/elasticsearch/issues/41363
This commit is contained in:
parent
411994b489
commit
7e2aec022d
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user