From f6ecfaac2fda91154a11f04d97439df39af5bdf7 Mon Sep 17 00:00:00 2001 From: Dmitry Avdeev Date: Thu, 29 Sep 2016 18:21:44 +0300 Subject: [PATCH] malicious test commented out --- .../com/intellij/openapi/project/impl/ProjectOpeningTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/project/impl/ProjectOpeningTest.java b/platform/platform-tests/testSrc/com/intellij/openapi/project/impl/ProjectOpeningTest.java index 33f02d372b60..8ddd366d4769 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/project/impl/ProjectOpeningTest.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/project/impl/ProjectOpeningTest.java @@ -36,7 +36,7 @@ import static com.intellij.openapi.startup.StartupActivity.POST_STARTUP_ACTIVITY /** * @author Dmitry Avdeev */ -public class ProjectOpeningTest extends LightPlatformTestCase { +public abstract class ProjectOpeningTest extends LightPlatformTestCase { public void _testOpenProjectCancelling() throws Exception { File foo = PlatformTestCase.createTempDir("foo");