Mute testForStringIPv6WithScopeIdInput test

Tracking issue: https://github.com/elastic/elasticsearch/issues/60332
This commit is contained in:
Zachary Tong 2020-07-28 15:04:48 -04:00
parent 1a172afbb2
commit e3d85feecd
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ public class InetAddressesTests extends ESTestCase {
assertTrue(InetAddresses.isInetAddress(ipStr));
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/60332")
public void testForStringIPv6WithScopeIdInput() throws UnknownHostException {
String ipStr = "0:0:0:0:0:0:0:1%lo";
InetAddress ipv6Addr = InetAddress.getByName(ipStr);