Skip to content

Commit 31ce7de

Browse files
committed
Re-disabled stdlib Date test
It seems to take too much time and memory so the runner is terminated
1 parent 0a161d6 commit 31ce7de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utbot-framework/src/test/kotlin/org/utbot/examples/stdlib/DateExampleTest.kt

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

3+
import org.junit.jupiter.api.Disabled
34
import org.junit.jupiter.api.Tag
45
import org.junit.jupiter.api.Test
56
import org.utbot.examples.UtValueTestCaseChecker
@@ -8,6 +9,7 @@ import org.utbot.examples.isException
89
import org.utbot.examples.withUsingReflectionForMaximizingCoverage
910
import java.util.Date
1011

12+
@Disabled("Java 11 transition -- these tests seems to take too much time and memory")
1113
class DateExampleTest : UtValueTestCaseChecker(testClass = DateExample::class) {
1214
@Suppress("SpellCheckingInspection")
1315
@Tag("slow")

0 commit comments

Comments
 (0)