test/jdk/java/net/DatagramSocket/ReuseAddressTest.java
changeset 57686 70f5cbb711a9
parent 55127 f0ef081cb15d
child 58679 9c3209ff7550
--- a/test/jdk/java/net/DatagramSocket/ReuseAddressTest.java	Thu Aug 08 18:44:11 2019 +0100
+++ b/test/jdk/java/net/DatagramSocket/ReuseAddressTest.java	Thu Aug 08 21:58:11 2019 +0100
@@ -30,6 +30,9 @@
 /*
  * @test
  * @bug 8153674
+ * @key intermittent
+ * @summary This test might fail intermittently as it needs a UDP socket that
+ *          binds to the wildcard address.
  * @summary Expected SocketException not thrown when calling bind() with
  *   setReuseAddress(false)
  * @run main/othervm ReuseAddressTest