Remove waiting for green in CopyToMapperIntegrationTests
This commit is contained in:
parent
c82f27577b
commit
2b80c752df
|
@ -44,7 +44,6 @@ public class CopyToMapperIntegrationTests extends ElasticsearchIntegrationTest {
|
|||
client().admin().indices().prepareCreate("test-idx")
|
||||
.addMapping("doc", createDynamicTemplateMapping())
|
||||
);
|
||||
ensureGreen("test-idx");
|
||||
|
||||
int recordCount = between(1, 200);
|
||||
|
||||
|
|
Loading…
Reference in New Issue