--- a/jdk/test/java/nio/channels/AsynchronousSocketChannel/Basic.java Mon Mar 23 10:58:27 2015 -0400
+++ b/jdk/test/java/nio/channels/AsynchronousSocketChannel/Basic.java Mon Mar 23 09:45:32 2015 -0700
@@ -25,7 +25,6 @@
* @bug 4607272 6842687 6878369 6944810 7023403
* @summary Unit test for AsynchronousSocketChannel
* @run main Basic -skipSlowConnectTest
- * @key intermittent
*/
import java.nio.ByteBuffer;
--- a/jdk/test/java/nio/channels/Selector/Wakeup.java Mon Mar 23 10:58:27 2015 -0400
+++ b/jdk/test/java/nio/channels/Selector/Wakeup.java Mon Mar 23 09:45:32 2015 -0700
@@ -25,7 +25,6 @@
* @bug 6405995
* @summary Unit test for selector wakeup and interruption
* @library ..
- * @key intermittent
*/
import java.io.*;
--- a/jdk/test/java/nio/file/Files/InterruptCopy.java Mon Mar 23 10:58:27 2015 -0400
+++ b/jdk/test/java/nio/file/Files/InterruptCopy.java Mon Mar 23 09:45:32 2015 -0700
@@ -25,7 +25,6 @@
* @bug 4313887 6993267
* @summary Unit test for Sun-specific ExtendedCopyOption.INTERRUPTIBLE option
* @library ..
- * @key intermittent
*/
import java.nio.file.*;