Skip to content

Commit 781e409

Browse files
Disable ListPart1Test ListPart2Test
1 parent 71c9195 commit 781e409

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

utbot-framework/src/test/kotlin/org/utbot/examples/collections/ListsPart1Test.kt

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

3+
import org.junit.jupiter.api.Disabled
34
import org.junit.jupiter.api.Test
45
import org.utbot.examples.UtValueTestCaseChecker
56
import org.utbot.examples.ignoreExecutionsNumber
67
import org.utbot.framework.codegen.CodeGeneration
78
import org.utbot.framework.plugin.api.CodegenLanguage
89

910
// TODO failed Kotlin compilation SAT-1332
11+
@Disabled
1012
internal class ListsPart1Test : UtValueTestCaseChecker(
1113
testClass = Lists::class,
1214
testCodeGeneration = true,

utbot-framework/src/test/kotlin/org/utbot/examples/collections/ListsPart2Test.kt

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

3+
import org.junit.jupiter.api.Disabled
34
import org.utbot.framework.codegen.CodeGeneration
45
import org.utbot.framework.plugin.api.CodegenLanguage
56
import org.junit.jupiter.api.Test
67
import org.utbot.examples.*
78

89
// TODO failed Kotlin compilation SAT-1332
10+
@Disabled
911
internal class ListsPart2Test : UtValueTestCaseChecker(
1012
testClass = Lists::class,
1113
testCodeGeneration = true,

0 commit comments

Comments
 (0)