< prev index next >

test/java/nio/channels/AsynchronousSocketChannel/Basic.java

Print this page

        

@@ -23,10 +23,11 @@
 
 /* @test
  * @bug 4607272 6842687 6878369 6944810 7023403
  * @summary Unit test for AsynchronousSocketChannel
  * @run main Basic -skipSlowConnectTest
+ * @key randomness
  */
 
 import java.nio.ByteBuffer;
 import java.nio.channels.*;
 import static java.net.StandardSocketOptions.*;
< prev index next >