8150874: Disable the ComputeFQNsTest.testSuspendIndexing test
authorjlahoda
Mon, 29 Feb 2016 19:52:51 +0100
changeset 36164 8ced04acb5e0
parent 36163 3d0d0a06fe92
child 36165 ece39bed06d6
8150874: Disable the ComputeFQNsTest.testSuspendIndexing test Reviewed-by: rfield
langtools/test/jdk/jshell/ComputeFQNsTest.java
--- a/langtools/test/jdk/jshell/ComputeFQNsTest.java	Mon Feb 29 19:07:05 2016 +0100
+++ b/langtools/test/jdk/jshell/ComputeFQNsTest.java	Mon Feb 29 19:52:51 2016 +0100
@@ -73,6 +73,7 @@
         assertInferredFQNs("class X { ArrayList", "ArrayList".length(), false, "java.util.ArrayList");
     }
 
+    @Test(enabled = false) //JDK-8150860
     public void testSuspendIndexing() throws Exception {
         compiler.compile(outDir, "package test; public class FQNTest { }");
         String jarName = "test.jar";