Mute failing tests in NodeConnectionsServiceTests (#40034) (#40035)

This commit is contained in:
Yogesh Gaikwad 2019-03-14 19:40:15 +11:00 committed by GitHub
parent 2016e23285
commit 20e5994179
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -95,6 +95,7 @@ public class NodeConnectionsServiceTests extends ESTestCase {
return builder.build(); return builder.build();
} }
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40030")
public void testConnectAndDisconnect() throws Exception { public void testConnectAndDisconnect() throws Exception {
final NodeConnectionsService service = new NodeConnectionsService(Settings.EMPTY, threadPool, transportService); final NodeConnectionsService service = new NodeConnectionsService(Settings.EMPTY, threadPool, transportService);
@ -205,6 +206,7 @@ public class NodeConnectionsServiceTests extends ESTestCase {
assertConnectedExactlyToNodes(targetNodes); assertConnectedExactlyToNodes(targetNodes);
} }
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/40030")
public void testOnlyBlocksOnConnectionsToNewNodes() throws Exception { public void testOnlyBlocksOnConnectionsToNewNodes() throws Exception {
final NodeConnectionsService service = new NodeConnectionsService(Settings.EMPTY, threadPool, transportService); final NodeConnectionsService service = new NodeConnectionsService(Settings.EMPTY, threadPool, transportService);