OSDN Git Service

AI 148447: Marking some more tests as broken, because they
[android-x86/dalvik.git] / libcore / luni / src / test / java / org / apache / harmony / luni / tests / java / lang / ThreadGroupTest.java
index 195c1e7..9e7c774 100644 (file)
@@ -445,6 +445,7 @@ public class ThreadGroupTest extends junit.framework.TestCase implements Thread.
         method = "enumerate",
         args = {java.lang.ThreadGroup[].class}
     )
+    @BrokenTest("Fails in CTS environment, but passes in CoreTestRunner")
     public void test_enumerateLThreadGroupArray() {
         int numGroupThreads = initialThreadGroup.activeGroupCount();
         ThreadGroup[] listOfGroups = new ThreadGroup[numGroupThreads];