Mute MigrateToolIT::testRunMigrateTool

Original commit: elastic/x-pack-elasticsearch@48cb30169a
This commit is contained in:
David Kyle 2017-07-28 11:19:08 +01:00
parent 51e87bf290
commit bb360c1ff3
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ public class MigrateToolIT extends MigrateToolTestCase {
assertTrue(pur.created()); assertTrue(pur.created());
} }
@AwaitsFix(bugUrl = "https://github.com/elastic/x-pack-elasticsearch/issues/2114")
public void testRunMigrateTool() throws Exception { public void testRunMigrateTool() throws Exception {
logger.info("--> CONF: {}", System.getProperty("tests.config.dir")); logger.info("--> CONF: {}", System.getProperty("tests.config.dir"));
Settings settings = Settings.builder().put("path.home", PathUtils.get(System.getProperty("tests.config.dir")).getParent()).build(); Settings settings = Settings.builder().put("path.home", PathUtils.get(System.getProperty("tests.config.dir")).getParent()).build();