test/jdk/java/net/SocketPermission/SocketPermissionTest.java
changeset 54822 f542a3a135bd
parent 47216 71c04702a3d5
--- a/test/jdk/java/net/SocketPermission/SocketPermissionTest.java	Mon May 13 16:43:47 2019 +0200
+++ b/test/jdk/java/net/SocketPermission/SocketPermissionTest.java	Mon May 13 17:31:23 2019 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2014, 2019, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -24,7 +24,10 @@
 /*
  * @test
  * @bug 8047031
- * @summary SocketPermission tests for legacy socket types
+ * @key intermittent
+ * @summary SocketPermission tests for legacy socket types.
+ *          This test needs to bind its servers to the wildcard
+ *          address and as such may fail intermittently.
  * @library /test/lib
  * @build jdk.test.lib.NetworkConfiguration
  *        jdk.test.lib.Platform