diff --git a/platform/smRunner/src/com/intellij/execution/testframework/sm/runner/SMTestProxy.java b/platform/smRunner/src/com/intellij/execution/testframework/sm/runner/SMTestProxy.java index 6e24904e1d33..6870d1094b9e 100644 --- a/platform/smRunner/src/com/intellij/execution/testframework/sm/runner/SMTestProxy.java +++ b/platform/smRunner/src/com/intellij/execution/testframework/sm/runner/SMTestProxy.java @@ -299,7 +299,7 @@ public class SMTestProxy extends AbstractTestProxy { } public List getChildren() { - ApplicationManager.getApplication().assertIsDispatchThread(); + //ApplicationManager.getApplication().assertIsDispatchThread(); return myChildren != null ? myChildren : Collections.emptyList(); }