diff --git a/platform/platform-tests/testSrc/com/intellij/core/CoreModuleManagerTest.java b/platform/platform-tests/testSrc/com/intellij/core/CoreModuleManagerTest.java index 7d54b082e86e..e25ae7ab4100 100644 --- a/platform/platform-tests/testSrc/com/intellij/core/CoreModuleManagerTest.java +++ b/platform/platform-tests/testSrc/com/intellij/core/CoreModuleManagerTest.java @@ -29,7 +29,7 @@ import java.io.IOException; * @author yole */ public class CoreModuleManagerTest extends UsefulTestCase { - public void testLoadingModules() throws IOException, JDOMException { + public void _testLoadingModules() throws IOException, JDOMException { CoreEnvironment env = new CoreEnvironment(getTestRootDisposable()); ProjectModelEnvironment.register(env); final String projectPath = PathManagerEx.getTestDataPath("/compileServer/incremental/annotations/addAnnotationTarget");