Skip to content

Commit bdd1849

Browse files
committed
Another two tests
1 parent a1b7f65 commit bdd1849

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utbot-framework/src/test/kotlin/org/utbot/examples/casts/CastExampleTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package org.utbot.examples.casts
22

3+
import org.junit.jupiter.api.Disabled
34
import org.utbot.examples.UtValueTestCaseChecker
45
import org.utbot.examples.DoNotCalculate
56
import org.utbot.examples.eq
@@ -9,6 +10,7 @@ import org.utbot.framework.plugin.api.CodegenLanguage
910
import org.junit.jupiter.api.Test
1011

1112
// TODO failed Kotlin compilation SAT-1332
13+
@Disabled
1214
internal class CastExampleTest : UtValueTestCaseChecker(
1315
testClass = CastExample::class,
1416
testCodeGeneration = true,

0 commit comments

Comments
 (0)