Skip to content

Commit 018e362

Browse files
authored
[TEST] Mute RemoteClusterClientTests.testConnectAndExecuteRequest elastic#97084 (elastic#97100)
Relates elastic#97080
1 parent fa4e495 commit 018e362

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public void tearDown() throws Exception {
4343
ThreadPool.terminate(threadPool, 10, TimeUnit.SECONDS);
4444
}
4545

46+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/97080")
4647
public void testConnectAndExecuteRequest() throws Exception {
4748
Settings remoteSettings = Settings.builder()
4849
.put(ClusterName.CLUSTER_NAME_SETTING.getKey(), "foo_bar_cluster")

0 commit comments

Comments
 (0)