Mute testWithJava9ModuleInfo tests
This commit is contained in:
+7
@@ -20,6 +20,8 @@ import com.intellij.codeInsight.CodeInsightTestCase;
|
||||
import com.intellij.openapi.vfs.newvfs.impl.VfsRootAccess;
|
||||
import org.jetbrains.kotlin.test.KotlinTestUtils;
|
||||
|
||||
import static org.jetbrains.kotlin.test.MuteWithDatabaseKt.isIgnoredInDatabaseWithLog;
|
||||
|
||||
/**
|
||||
* Please use KotlinLightCodeInsightFixtureTestCase as the base class for all new tests.
|
||||
*/
|
||||
@@ -36,4 +38,9 @@ public abstract class KotlinCodeInsightTestCase extends CodeInsightTestCase {
|
||||
super.tearDown();
|
||||
VfsRootAccess.disallowRootAccess(KotlinTestUtils.getHomeDirectory());
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean shouldRunTest() {
|
||||
return super.shouldRunTest() && !isIgnoredInDatabaseWithLog(this);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user