We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3110d58 commit 5912df2Copy full SHA for 5912df2
test/jdk/com/sun/jndi/dns/ConfigTests/PortUnreachable.java
@@ -32,6 +32,8 @@
32
* Unreachable packet is received, we fail quickly and don't wait for
33
* the full timeout interval. This could be caused, for example, by a
34
* dead DNS server or a flakey router.
35
+ * On AIX, no ICMP Destination Unreachable is received, so skip test.
36
+ * @requires os.family != "aix"
37
* @library ../lib/
38
* @modules java.base/sun.security.util
39
* @run main/othervm -Djdk.net.usePlainDatagramSocketImpl=false PortUnreachable
0 commit comments