We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1b7f65 commit bdd1849Copy full SHA for bdd1849
utbot-framework/src/test/kotlin/org/utbot/examples/casts/CastExampleTest.kt
@@ -1,5 +1,6 @@
1
package org.utbot.examples.casts
2
3
+import org.junit.jupiter.api.Disabled
4
import org.utbot.examples.UtValueTestCaseChecker
5
import org.utbot.examples.DoNotCalculate
6
import org.utbot.examples.eq
@@ -9,6 +10,7 @@ import org.utbot.framework.plugin.api.CodegenLanguage
9
10
import org.junit.jupiter.api.Test
11
12
// TODO failed Kotlin compilation SAT-1332
13
+@Disabled
14
internal class CastExampleTest : UtValueTestCaseChecker(
15
testClass = CastExample::class,
16
testCodeGeneration = true,
0 commit comments