changeset 13963:1565a0efe6f0 jdk-9+112

8152798: Mark WeakCipherSuite.java as intermittently failing Reviewed-by: xuelei
author asmotrak
date Fri, 25 Mar 2016 16:50:20 -0700
parents 00d704eff42f
children 0c17d24c43b6 9e73bdac39ec
files test/javax/net/ssl/DTLS/WeakCipherSuite.java
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/javax/net/ssl/DTLS/WeakCipherSuite.java	Fri Mar 25 12:30:13 2016 -0700
+++ b/test/javax/net/ssl/DTLS/WeakCipherSuite.java	Fri Mar 25 16:50:20 2016 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 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
@@ -27,6 +27,7 @@
 /*
  * @test
  * @bug 8043758
+ * @key intermittent
  * @summary Datagram Transport Layer Security (DTLS)
  * @modules java.base/sun.security.util
  * @build DTLSOverDatagram