Mute MigrateToolIT::testRunMigrateTool
Original commit: elastic/x-pack-elasticsearch@48cb30169a
This commit is contained in:
parent
51e87bf290
commit
bb360c1ff3
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue