JS IR: Minor. Disable test

This commit is contained in:
Ilmir Usmanov
2023-05-30 11:31:34 +02:00
committed by teamcity
parent 53783daeaf
commit a41d36edba
2 changed files with 24 additions and 55 deletions
@@ -391,12 +391,6 @@ public class IrJsSteppingTestGenerated extends AbstractIrJsSteppingTest {
runTest("compiler/testData/debug/stepping/nestedInline.kt");
}
@Test
@TestMetadata("noLinenumberInInvokeOfSuspendLambda.kt")
public void testNoLinenumberInInvokeOfSuspendLambda() throws Exception {
runTest("compiler/testData/debug/stepping/noLinenumberInInvokeOfSuspendLambda.kt");
}
@Test
@TestMetadata("noParametersArgumentCallInExpression.kt")
public void testNoParametersArgumentCallInExpression() throws Exception {