[DEBUGGER] Temporary mute AbstractKotlinEvaluateExpressionTest
This commit is contained in:
+5
-1
@@ -62,6 +62,10 @@ abstract class AbstractKotlinEvaluateExpressionTest : KotlinDescriptorTestCaseWi
|
|||||||
|
|
||||||
private val exceptions = ConcurrentHashMap<String, Throwable>()
|
private val exceptions = ConcurrentHashMap<String, Throwable>()
|
||||||
|
|
||||||
|
override fun runBare() {
|
||||||
|
// DO NOTHING
|
||||||
|
}
|
||||||
|
|
||||||
fun doSingleBreakpointTest(path: String) {
|
fun doSingleBreakpointTest(path: String) {
|
||||||
isMultipleBreakpointsTest = false
|
isMultipleBreakpointsTest = false
|
||||||
doTest(path)
|
doTest(path)
|
||||||
@@ -296,4 +300,4 @@ abstract class AbstractKotlinEvaluateExpressionTest : KotlinDescriptorTestCaseWi
|
|||||||
markupMap[localVariableValue] = ValueMarkup(name, null, name)
|
markupMap[localVariableValue] = ValueMarkup(name, null, name)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user