8150874: Disable the ComputeFQNsTest.testSuspendIndexing test

Reviewed-by: rfield
This commit is contained in:
Jan Lahoda 2016-02-29 19:52:51 +01:00
parent 10ce24734b
commit 972e0af193

View File

@ -73,6 +73,7 @@ public class ComputeFQNsTest extends KullaTesting {
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";