From 06b175dd6973c4b94e72b2864a19ff4aad4e5ea2 Mon Sep 17 00:00:00 2001 From: Tim Vernum Date: Wed, 19 Dec 2018 17:02:26 +1100 Subject: [PATCH] [TEST] Mute MlMigrationFullClusterRestartIT AwaitsFix: https://github.com/elastic/elasticsearch/issues/36816 This test fails quite reliably. --- .../xpack/restart/MlMigrationFullClusterRestartIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/qa/full-cluster-restart/src/test/java/org/elasticsearch/xpack/restart/MlMigrationFullClusterRestartIT.java b/x-pack/qa/full-cluster-restart/src/test/java/org/elasticsearch/xpack/restart/MlMigrationFullClusterRestartIT.java index 6a6617f267f..36857635951 100644 --- a/x-pack/qa/full-cluster-restart/src/test/java/org/elasticsearch/xpack/restart/MlMigrationFullClusterRestartIT.java +++ b/x-pack/qa/full-cluster-restart/src/test/java/org/elasticsearch/xpack/restart/MlMigrationFullClusterRestartIT.java @@ -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();