Mute MultiModuleHighlightingTest tests
This commit is contained in:
@@ -42,6 +42,7 @@ import org.jetbrains.kotlin.samWithReceiver.SamWithReceiverCommandLineProcessor.
|
||||
import org.jetbrains.kotlin.test.JUnit3WithIdeaConfigurationRunner
|
||||
import org.jetbrains.kotlin.test.MockLibraryUtil
|
||||
import org.jetbrains.kotlin.test.TestJdkKind.FULL_JDK
|
||||
import org.jetbrains.kotlin.test.runTest
|
||||
import org.junit.Assert.assertNotEquals
|
||||
import org.junit.runner.RunWith
|
||||
|
||||
@@ -77,7 +78,7 @@ open class MultiModuleHighlightingTest : AbstractMultiModuleHighlightingTest() {
|
||||
checkHighlightingInProject()
|
||||
}
|
||||
|
||||
fun testLazyResolvers() {
|
||||
fun testLazyResolvers() = runTest {
|
||||
val tracker = ResolverTracker()
|
||||
|
||||
project.withServiceRegistered<ResolverForModuleComputationTracker, Unit>(tracker) {
|
||||
@@ -112,7 +113,7 @@ open class MultiModuleHighlightingTest : AbstractMultiModuleHighlightingTest() {
|
||||
}
|
||||
}
|
||||
|
||||
fun testRecomputeResolversOnChange() {
|
||||
fun testRecomputeResolversOnChange() = runTest {
|
||||
val tracker = ResolverTracker()
|
||||
|
||||
project.withServiceRegistered<ResolverForModuleComputationTracker, Unit>(tracker) {
|
||||
|
||||
Reference in New Issue
Block a user