[DEBUGGER] Temporary mute AbstractKotlinEvaluateExpressionTest

This commit is contained in:
Dmitriy Novozhilov
2020-11-25 19:08:56 +03:00
parent 3d33ea7da8
commit 85c59328c7
@@ -62,6 +62,10 @@ abstract class AbstractKotlinEvaluateExpressionTest : KotlinDescriptorTestCaseWi
private val exceptions = ConcurrentHashMap<String, Throwable>()
override fun runBare() {
// DO NOTHING
}
fun doSingleBreakpointTest(path: String) {
isMultipleBreakpointsTest = false
doTest(path)
@@ -296,4 +300,4 @@ abstract class AbstractKotlinEvaluateExpressionTest : KotlinDescriptorTestCaseWi
markupMap[localVariableValue] = ValueMarkup(name, null, name)
}
}
}
}