[JS IR] Disable some flaky stepping tests

^KT-54283
This commit is contained in:
Sergej Jaskiewicz
2022-10-03 16:48:39 +02:00
committed by Space Team
parent 860f873ac7
commit c9c50ff73c
3 changed files with 2 additions and 14 deletions
@@ -493,18 +493,6 @@ public class IrJsSteppingTestGenerated extends AbstractIrJsSteppingTest {
runTest("compiler/testData/debug/stepping/tryCatch.kt");
}
@Test
@TestMetadata("tryCatchExpression.kt")
public void testTryCatchExpression() throws Exception {
runTest("compiler/testData/debug/stepping/tryCatchExpression.kt");
}
@Test
@TestMetadata("tryCatchFinally.kt")
public void testTryCatchFinally() throws Exception {
runTest("compiler/testData/debug/stepping/tryCatchFinally.kt");
}
@Test
@TestMetadata("tryFinally.kt")
public void testTryFinally() throws Exception {