8184894: Mark ExternalEditorTest.java as intermittently failing, demote to tier 2

Reviewed-by: jlahoda
This commit is contained in:
Amy Lu 2017-07-28 19:54:26 +08:00
parent aebc535a09
commit 135d500fc8
2 changed files with 3 additions and 0 deletions

View File

@ -27,11 +27,13 @@ tier1 = \
jdk \
lib \
tools \
-jdk/jshell/ExternalEditorTest.java \
-jdk/jshell/ToolReloadTest.java \
-jdk/jshell/ToolLocaleMessageTest.java
# (Almost) no langtools tests are tier 2.
tier2 = \
jdk/jshell/ExternalEditorTest.java \
jdk/jshell/ToolReloadTest.java \
jdk/jshell/ToolLocaleMessageTest.java

View File

@ -28,6 +28,7 @@
* @modules jdk.jshell/jdk.internal.jshell.tool
* @build ReplToolTesting CustomEditor EditorTestBase
* @run testng ExternalEditorTest
* @key intermittent
*/
import java.io.BufferedWriter;