[TEST] Mute MlMigrationFullClusterRestartIT
AwaitsFix: https://github.com/elastic/elasticsearch/issues/36816 This test fails quite reliably.
This commit is contained in:
parent
c65d2339db
commit
06b175dd69
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue