Skip to content

Commit 0d64338

Browse files
committed
malva: Disable InetAddress.isReachable test case
The InetAddressTest.isReachable() method is currently not supported by GNU Classpath so disable the test. Signed-off-by: Pekka Enberg <penberg@kernel.org>
1 parent 8f952d1 commit 0d64338

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/malva/java/net/InetAddressTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@ public static void testIsMulticastAddress() throws Exception {
111111
}
112112

113113
public static void testIsReachable() throws Exception {
114+
/* @since 1.5
114115
assertTrue(InetAddress.getLocalHost().isReachable(100));
116+
*/
115117
}
116118

117119
public static void testIsSiteLocalAddress() throws Exception {

0 commit comments

Comments
 (0)