< prev index next >

test/java/net/SocketPermission/SocketPermissionTest.java

Print this page

        

@@ -25,10 +25,11 @@
  * @test
  * @bug 8047031
  * @summary SocketPermission tests for legacy socket types
  * @library ../../../lib/testlibrary
  * @run testng/othervm/policy=policy SocketPermissionTest
+ * @key intermittent
  */
 import java.io.IOException;
 import java.net.DatagramPacket;
 import java.net.DatagramSocket;
 import java.net.InetAddress;
< prev index next >