< prev index next >

test/java/nio/file/Files/InterruptCopy.java

Print this page

        

@@ -23,10 +23,11 @@
 
 /* @test
  * @bug 4313887 6993267
  * @summary Unit test for Sun-specific ExtendedCopyOption.INTERRUPTIBLE option
  * @library ..
+ * @key intermittent
  */
 
 import java.nio.file.*;
 import java.io.*;
 import java.util.concurrent.*;
< prev index next >