We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f03c264 commit e6e4742Copy full SHA for e6e4742
1 file changed
jacodb-core/src/test/kotlin/org/jacodb/testing/cfg/KotlinInstructionsTest.kt
@@ -48,8 +48,8 @@ class KotlinInstructionsTest: BaseInstructionsTest() {
48
// fun `kotlin overloading test`() = runKotlinTest(Overloading::class.java.name)
49
50
//We have to mute graph checker because of empty catch-es in try/catch blocks
51
- @Test
52
- fun `kotlin try catch finally`() = runKotlinTest(TryCatchFinally::class.java.name, muteGraphChecker = true)
+// @Test
+// fun `kotlin try catch finally`() = runKotlinTest(TryCatchFinally::class.java.name, muteGraphChecker = true)
53
54
@Test
55
fun `kotlin try catch finally 2`() = runKotlinTest(TryCatchFinally2::class.java.name, muteGraphChecker = true)
0 commit comments