8161022: Mark java/security/SignedObject/Chain.java as failing intermittently
authordarcy
Thu, 07 Jul 2016 18:21:21 -0700
changeset 39502 682792016aec
parent 39501 f971def61cb8
child 39503 2c1a58222105
8161022: Mark java/security/SignedObject/Chain.java as failing intermittently Reviewed-by: weijun
jdk/test/java/security/SignedObject/Chain.java
--- a/jdk/test/java/security/SignedObject/Chain.java	Fri Jul 08 00:50:28 2016 +0000
+++ b/jdk/test/java/security/SignedObject/Chain.java	Thu Jul 07 18:21:21 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
@@ -33,6 +33,7 @@
 /*
  * @test
  * @bug 8050374
+ * @key intermittent
  * @summary Verify a chain of signed objects
  */
 public class Chain {