Skip to content

Commit

Permalink
8256427: Test com/sun/jndi/dns/ConfigTests/PortUnreachable.java does …
Browse files Browse the repository at this point in the history
…not work on AIX

Reviewed-by: jiefu, mbaesken
  • Loading branch information
RealCLanger committed Nov 18, 2020
1 parent 3110d58 commit 5912df2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/jdk/com/sun/jndi/dns/ConfigTests/PortUnreachable.java
Expand Up @@ -32,6 +32,8 @@
* Unreachable packet is received, we fail quickly and don't wait for
* the full timeout interval. This could be caused, for example, by a
* dead DNS server or a flakey router.
* On AIX, no ICMP Destination Unreachable is received, so skip test.
* @requires os.family != "aix"
* @library ../lib/
* @modules java.base/sun.security.util
* @run main/othervm -Djdk.net.usePlainDatagramSocketImpl=false PortUnreachable
Expand Down

1 comment on commit 5912df2

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.