8153722: Mark java/nio/channels/Selector/SelectAndClose.java as intermittently failing
authoramlu
Mon, 11 Apr 2016 12:27:48 +0800
changeset 36968 4ddff5909b4f
parent 36967 d041d2e80712
child 36969 3176f6c55af1
8153722: Mark java/nio/channels/Selector/SelectAndClose.java as intermittently failing Reviewed-by: bpb, darcy
jdk/test/java/nio/channels/Selector/SelectAndClose.java
--- a/jdk/test/java/nio/channels/Selector/SelectAndClose.java	Mon Apr 11 03:00:50 2016 +0100
+++ b/jdk/test/java/nio/channels/Selector/SelectAndClose.java	Mon Apr 11 12:27:48 2016 +0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2004, 2016, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -23,6 +23,7 @@
 
 /* @test
  * @bug 5004077
+ * @key intermittent
  * @summary Check blocking of select and close
  */