Skip to content

Commit 5912df2

Browse files
committedNov 18, 2020
8256427: Test com/sun/jndi/dns/ConfigTests/PortUnreachable.java does not work on AIX
Reviewed-by: jiefu, mbaesken
1 parent 3110d58 commit 5912df2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎test/jdk/com/sun/jndi/dns/ConfigTests/PortUnreachable.java

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
* Unreachable packet is received, we fail quickly and don't wait for
3333
* the full timeout interval. This could be caused, for example, by a
3434
* dead DNS server or a flakey router.
35+
* On AIX, no ICMP Destination Unreachable is received, so skip test.
36+
* @requires os.family != "aix"
3537
* @library ../lib/
3638
* @modules java.base/sun.security.util
3739
* @run main/othervm -Djdk.net.usePlainDatagramSocketImpl=false PortUnreachable

0 commit comments

Comments
 (0)
Please sign in to comment.