JS IR: Minor. Disable test
diff --git a/compiler/testData/debug/stepping/noLinenumberInInvokeOfSuspendLambda.kt b/compiler/testData/debug/stepping/noLinenumberInInvokeOfSuspendLambda.kt
index 7d914b1..4e37f9a 100644
--- a/compiler/testData/debug/stepping/noLinenumberInInvokeOfSuspendLambda.kt
+++ b/compiler/testData/debug/stepping/noLinenumberInInvokeOfSuspendLambda.kt
@@ -1,4 +1,6 @@
// WITH_STDLIB
+// TODO: Enable the test on JS BE, but now it is too flaky there.
+// TARGET_BACKEND: JVM
// FILE: test.kt
import kotlin.coroutines.*
@@ -21,61 +23,34 @@
}
// EXPECTATIONS JVM JVM_IR
-// test.kt:15 box
-// test.kt:7 builder
+// test.kt:17 box
+// test.kt:9 builder
// Continuation.kt:66 <init>
-// test.kt:7 builder
+// test.kt:9 builder
// Continuation.kt:68 getContext
// test.kt:-1 <init>
// test.kt:-1 create
-// test.kt:12 empty
-// test.kt:16 invokeSuspend
-// test.kt:17 invokeSuspend
-// test.kt:7 builder
-// Continuation.kt:66 <init>
-// test.kt:7 builder
-// Continuation.kt:68 getContext
-// test.kt:-1 <init>
-// test.kt:-1 create
-// test.kt:12 empty
+// test.kt:14 empty
// test.kt:18 invokeSuspend
// test.kt:19 invokeSuspend
-// Continuation.kt:71 resumeWith
-// test.kt:8 resumeWith
-// test.kt:9 resumeWith
-// Continuation.kt:71 resumeWith
-// test.kt:10 builder
+// test.kt:9 builder
+// Continuation.kt:66 <init>
+// test.kt:9 builder
+// Continuation.kt:68 getContext
+// test.kt:-1 <init>
+// test.kt:-1 create
+// test.kt:14 empty
// test.kt:20 invokeSuspend
+// test.kt:21 invokeSuspend
// Continuation.kt:71 resumeWith
-// test.kt:8 resumeWith
-// test.kt:9 resumeWith
+// test.kt:10 resumeWith
+// test.kt:11 resumeWith
// Continuation.kt:71 resumeWith
-// test.kt:10 builder
-// test.kt:21 box
-
-// EXPECTATIONS JS_IR
-// test.kt:15 box
-// test.kt:15 box$slambda
-// test.kt:15 box
-// test.kt:82 <init>
-// test.kt:7 builder
-// test.kt:82 <get-context>
-// test.kt:82 <get-context>
-// test.kt:16 doResume
-// test.kt:12 empty
-// test.kt:17 doResume
-// test.kt:17 box$slambda$slambda
-// test.kt:17 doResume
-// test.kt:82 <init>
-// test.kt:7 builder
-// test.kt:82 <get-context>
-// test.kt:82 <get-context>
-// test.kt:18 doResume
-// test.kt:12 empty
-// test.kt:19 doResume
-// test.kt:82 resumeWith
-// test.kt:10 builder
-// test.kt:20 doResume
-// test.kt:82 resumeWith
-// test.kt:10 builder
-// test.kt:21 box
+// test.kt:12 builder
+// test.kt:22 invokeSuspend
+// Continuation.kt:71 resumeWith
+// test.kt:10 resumeWith
+// test.kt:11 resumeWith
+// Continuation.kt:71 resumeWith
+// test.kt:12 builder
+// test.kt:23 box
diff --git a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/IrJsSteppingTestGenerated.java b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/IrJsSteppingTestGenerated.java
index d578b50..d499ead 100644
--- a/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/IrJsSteppingTestGenerated.java
+++ b/js/js.tests/tests-gen/org/jetbrains/kotlin/js/test/ir/IrJsSteppingTestGenerated.java
@@ -392,12 +392,6 @@
}
@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 {
runTest("compiler/testData/debug/stepping/noParametersArgumentCallInExpression.kt");