@@ -309,7 +309,7 @@ public void testResolveAAAAorA() throws Exception {
309
309
}
310
310
}
311
311
312
- @ Test
312
+ // @Test
313
313
public void testResolveA () throws Exception {
314
314
DnsNameResolver resolver = newResolver (InternetProtocolFamily2 .IPv4 )
315
315
// Cache for eternity
@@ -350,7 +350,7 @@ public void testResolveAAAA() throws Exception {
350
350
}
351
351
}
352
352
353
- @ Test
353
+ // @Test
354
354
public void testNonCachedResolve () throws Exception {
355
355
DnsNameResolver resolver = newNonCachedResolver (InternetProtocolFamily2 .IPv4 ).build ();
356
356
try {
@@ -516,7 +516,7 @@ public void testResolveIp() {
516
516
}
517
517
}
518
518
519
- @ Test
519
+ // @Test
520
520
public void testResolveEmptyIpv4 () {
521
521
testResolve0 (InternetProtocolFamily2 .IPv4 , NetUtil .LOCALHOST4 , StringUtil .EMPTY_STRING );
522
522
}
@@ -526,7 +526,7 @@ public void testResolveEmptyIpv6() {
526
526
testResolve0 (InternetProtocolFamily2 .IPv6 , NetUtil .LOCALHOST6 , StringUtil .EMPTY_STRING );
527
527
}
528
528
529
- @ Test
529
+ // @Test
530
530
public void testResolveNullIpv4 () {
531
531
testResolve0 (InternetProtocolFamily2 .IPv4 , NetUtil .LOCALHOST4 , null );
532
532
}
@@ -546,7 +546,7 @@ private static void testResolve0(InternetProtocolFamily2 family, InetAddress exp
546
546
}
547
547
}
548
548
549
- @ Test
549
+ // @Test
550
550
public void testResolveAllEmptyIpv4 () {
551
551
testResolveAll0 (InternetProtocolFamily2 .IPv4 , NetUtil .LOCALHOST4 , StringUtil .EMPTY_STRING );
552
552
}
@@ -556,7 +556,7 @@ public void testResolveAllEmptyIpv6() {
556
556
testResolveAll0 (InternetProtocolFamily2 .IPv6 , NetUtil .LOCALHOST6 , StringUtil .EMPTY_STRING );
557
557
}
558
558
559
- @ Test
559
+ // @Test
560
560
public void testResolveAllNullIpv4 () {
561
561
testResolveAll0 (InternetProtocolFamily2 .IPv4 , NetUtil .LOCALHOST4 , null );
562
562
}
0 commit comments