File tree 3 files changed +3
-3
lines changed
utbot-framework-test/src/test/kotlin/org/utbot/examples/stream
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import java.util.stream.DoubleStream
12
12
import kotlin.streams.toList
13
13
14
14
// TODO failed Kotlin compilation (generics) JIRA:1332
15
- // @Tag("slow") // we do not really need to always use this test in CI because it is almost the same as BaseStreamExampleTest
15
+ @Tag(" slow" ) // we do not really need to always use this test in CI because it is almost the same as BaseStreamExampleTest
16
16
class DoubleStreamExampleTest : UtValueTestCaseChecker (
17
17
testClass = DoubleStreamExample : :class,
18
18
testCodeGeneration = true ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import java.util.stream.IntStream
13
13
import kotlin.streams.toList
14
14
15
15
// TODO failed Kotlin compilation (generics) JIRA:1332
16
- // @Tag("slow") // we do not really need to always use this test in CI because it is almost the same as BaseStreamExampleTest
16
+ @Tag(" slow" ) // we do not really need to always use this test in CI because it is almost the same as BaseStreamExampleTest
17
17
class IntStreamExampleTest : UtValueTestCaseChecker (
18
18
testClass = IntStreamExample : :class,
19
19
testCodeGeneration = true ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import java.util.stream.LongStream
13
13
import kotlin.streams.toList
14
14
15
15
// TODO failed Kotlin compilation (generics) JIRA:1332
16
- // @Tag("slow") // we do not really need to always use this test in CI because it is almost the same as BaseStreamExampleTest
16
+ @Tag(" slow" ) // we do not really need to always use this test in CI because it is almost the same as BaseStreamExampleTest
17
17
class LongStreamExampleTest : UtValueTestCaseChecker (
18
18
testClass = LongStreamExample : :class,
19
19
testCodeGeneration = true ,
You can’t perform that action at this time.
0 commit comments