Skip to content

Commit d4c609b

Browse files
Mute RemoteClusterClientTests testEnsureWeReconnect (#52067)
Relates #52029
1 parent 9f414a8 commit d4c609b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/transport/RemoteClusterClientTests.java

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ public void testConnectAndExecuteRequest() throws Exception {
7474
}
7575
}
7676

77+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/52029")
7778
public void testEnsureWeReconnect() throws Exception {
7879
Settings remoteSettings = Settings.builder().put(ClusterName.CLUSTER_NAME_SETTING.getKey(), "foo_bar_cluster").build();
7980
try (MockTransportService remoteTransport = startTransport("remote_node", Collections.emptyList(), Version.CURRENT, threadPool,

0 commit comments

Comments
 (0)