8150874: Disable the ComputeFQNsTest.testSuspendIndexing test
Reviewed-by: rfield
This commit is contained in:
parent
10ce24734b
commit
972e0af193
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user