8153147: Mark java/net/BindException/Test.java as intermittently failing
authoramlu
Fri, 01 Apr 2016 09:14:05 +0800
changeset 36752 30f8e8079271
parent 36751 2be81523171c
child 36753 5977ba282e9b
8153147: Mark java/net/BindException/Test.java as intermittently failing Reviewed-by: darcy
jdk/test/java/net/BindException/Test.java
--- a/jdk/test/java/net/BindException/Test.java	Thu Mar 31 14:11:33 2016 -0700
+++ b/jdk/test/java/net/BindException/Test.java	Fri Apr 01 09:14:05 2016 +0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2001, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2001, 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
@@ -24,6 +24,7 @@
  /*
  * @test
  * @bug 4417734
+ * @key intermittent
  * @summary Test that we get a BindException in all expected combinations
  */
 import java.net.*;