[Test] Mute DiscoveryNodeTests.testDiscoveryNodeRoleWithOldVersion

The issue is tracked at
https://github.com/elastic/elasticsearch/issues/64385
This commit is contained in:
Yang Wang 2020-10-30 13:28:47 +11:00
parent 1126ba4df8
commit 533b929e6c
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ public class DiscoveryNodeTests extends ESTestCase {
assertEquals(transportAddress.getPort(), serialized.getAddress().getPort());
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/64385")
public void testDiscoveryNodeRoleWithOldVersion() throws Exception {
InetAddress inetAddress = InetAddress.getByAddress("name1", new byte[] { (byte) 192, (byte) 168, (byte) 0, (byte) 1});
TransportAddress transportAddress = new TransportAddress(inetAddress, randomIntBetween(0, 65535));