Remove mute from testDiscoveryNodeRoleWithOldVersion

This commit removes a mute on
DiscoveryNodeTest#testDiscoveryNodeRoleWithOldVersion after a fix was
pushed in 6b119a43c1.

Relates #64385
This commit is contained in:
Jason Tedor 2020-10-29 22:36:58 -04:00
parent 6b119a43c1
commit fedaa3be05
No known key found for this signature in database
GPG Key ID: FA89F05560F16BC5
1 changed files with 0 additions and 1 deletions

View File

@ -91,7 +91,6 @@ 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));