Remove waiting for green in CopyToMapperIntegrationTests

This commit is contained in:
Igor Motov 2014-01-29 07:29:19 -05:00
parent c82f27577b
commit 2b80c752df
1 changed files with 0 additions and 1 deletions

View File

@ -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);