[TEST] Mute MlMigrationFullClusterRestartIT

AwaitsFix: https://github.com/elastic/elasticsearch/issues/36816

This test fails quite reliably.
This commit is contained in:
Tim Vernum 2018-12-19 17:02:26 +11:00
parent c65d2339db
commit 06b175dd69
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ public class MlMigrationFullClusterRestartIT extends AbstractFullClusterRestartT
client().performRequest(createTestIndex);
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/36816")
public void testMigration() throws Exception {
if (isRunningAgainstOldCluster()) {
createTestIndex();