提交 4f258664 编写于 作者: J jbachorik

8145982: JMXInterfaceBindingTest is failing intermittently

Reviewed-by: chegar, sgehwolf, olagneau
上级 919afc52
......@@ -176,7 +176,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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册