8150874: Disable the ComputeFQNsTest.testSuspendIndexing test
Reviewed-by: rfield
--- 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";