test/langtools/jdk/jshell/UserJdiUserRemoteTest.java
changeset 50019 e2dc18484400
parent 47216 71c04702a3d5
--- a/test/langtools/jdk/jshell/UserJdiUserRemoteTest.java	Sat May 05 09:24:29 2018 -0700
+++ b/test/langtools/jdk/jshell/UserJdiUserRemoteTest.java	Sat May 05 09:34:01 2018 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2016, 2018, 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 Tests for Aux channel, custom remote agents, custom JDI implementations.
  * @build KullaTesting ExecutionControlTestBase MyExecutionControl MyRemoteExecutionControl MyExecutionControlProvider
  * @run testng UserJdiUserRemoteTest
+ * @key intermittent
  */
 import java.io.ByteArrayOutputStream;
 import org.testng.annotations.Test;