jdk/test/java/nio/file/WatchService/LotsOfEvents.java
changeset 30046 cf2c86e1819e
parent 9679 d98ae8bc45fc
child 44001 47c9904f9d02
--- a/jdk/test/java/nio/file/WatchService/LotsOfEvents.java	Wed Apr 29 08:37:57 2015 -0700
+++ b/jdk/test/java/nio/file/WatchService/LotsOfEvents.java	Wed Apr 29 10:25:53 2015 -0700
@@ -26,6 +26,7 @@
  * @summary Tests WatchService behavior when lots of events are pending
  * @library ..
  * @run main/timeout=180 LotsOfEvents
+ * @key randomness
  */
 
 import java.nio.file.*;