langtools/test/jdk/jshell/UserInputTest.java
changeset 43031 2d0b2f38225a
parent 41628 664e7664343d
--- a/langtools/test/jdk/jshell/UserInputTest.java	Thu Jan 05 10:04:40 2017 -0800
+++ b/langtools/test/jdk/jshell/UserInputTest.java	Thu Jan 05 11:02:35 2017 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2016, 2017, 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 @@
  * @summary Verify that the user's code can read System.in
  * @build KullaTesting TestingInputStream
  * @run testng UserInputTest
+ * @key intermittent
  */
 
 import java.io.IOException;