mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-25 17:50:45 +00:00
8145982: JMXInterfaceBindingTest is failing intermittently
Reviewed-by: chegar, sgehwolf, olagneau
This commit is contained in:
parent
a02ddb869a
commit
27368685db
@ -174,7 +174,7 @@ public class JMXInterfaceBindingTest {
|
||||
InetAddress[] addrs = getAddressesForLocalHost();
|
||||
if (addrs.length < 2) {
|
||||
System.out.println("Ignoring manual test since no more than one IPs are configured for 'localhost'");
|
||||
System.exit(0);
|
||||
return;
|
||||
}
|
||||
JMXInterfaceBindingTest test = new JMXInterfaceBindingTest();
|
||||
test.run(addrs);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user