Skip to content

Commit

Permalink
TEST: Mute testEnsureWeReconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
dnhatn committed Apr 16, 2018
1 parent 21e7340 commit fd161d2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public void testConnectAndExecuteRequest() throws Exception {
}
}

@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,
Expand Down

0 comments on commit fd161d2

Please sign in to comment.