[TEST] Mute tests in IC JS Klib tests using exclude pattern instead of .mute file

This commit is contained in:
Dmitriy Novozhilov
2020-12-15 15:45:01 +03:00
parent d9848544dc
commit f8ad096abb
9 changed files with 7 additions and 63 deletions
@@ -606,7 +606,7 @@ public class IrKotlinEvaluateExpressionTestGenerated extends AbstractIrKotlinEva
runTest("idea/jvm-debugger/jvm-debugger-test/testData/evaluation/singleBreakpoint/coroutines/anyUpdateVariable.kt");
}
@TestMetadata("capturedReceiverName.kt")
@TestMetadata("capturedReceiverName.kt")
public void testCapturedReceiverName() throws Exception {
runTest("idea/jvm-debugger/jvm-debugger-test/testData/evaluation/singleBreakpoint/coroutines/capturedReceiverName.kt");
}