AwaitsFix flaky integration test we should revisit
This commit is contained in:
parent
d1479dbaed
commit
08e09a7d26
|
@ -126,6 +126,8 @@ public class IndexLifecycleInitialisationIT extends ESIntegTestCase {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// NORELEASE re-enable when we re-visit integration testing
|
||||||
|
@AwaitsFix(bugUrl = "Fails because of timing")
|
||||||
public void testMasterDedicatedDataDedicated() throws Exception {
|
public void testMasterDedicatedDataDedicated() throws Exception {
|
||||||
// start master node
|
// start master node
|
||||||
logger.info("Starting sever1");
|
logger.info("Starting sever1");
|
||||||
|
|
Loading…
Reference in New Issue