TEST: Mute testEnsureWeReconnect

Relates #29547
This commit is contained in:
Nhat Nguyen 2018-04-16 18:31:34 -04:00
parent 21e73403d6
commit fd161d2659
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ public class RemoteClusterClientTests extends ESTestCase {
}
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/29547")
public void testEnsureWeReconnect() throws Exception {
Settings remoteSettings = Settings.builder().put(ClusterName.CLUSTER_NAME_SETTING.getKey(), "foo_bar_cluster").build();
try (MockTransportService remoteTransport = startTransport("remote_node", Collections.emptyList(), Version.CURRENT, threadPool,