Mute test NetworkDisruptionIT.testJobRelocation

Relates to #39858
This commit is contained in:
David Kyle 2019-03-15 09:06:49 +00:00
parent 3960374a6f
commit 78a9754318
1 changed files with 6 additions and 0 deletions

View File

@ -38,6 +38,12 @@ public class NetworkDisruptionIT extends BaseMlIntegTestCase {
return plugins;
}
// Remove this once the AwaitsFix below has been resolved
public void testDummy() {
assertTrue(true);
}
@AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/39858")
public void testJobRelocation() throws Exception {
internalCluster().ensureAtLeastNumDataNodes(5);
ensureStableCluster(5);