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 0a161d6 commit 31ce7deCopy full SHA for 31ce7de
utbot-framework/src/test/kotlin/org/utbot/examples/stdlib/DateExampleTest.kt
@@ -1,5 +1,6 @@
1
package org.utbot.examples.stdlib
2
3
+import org.junit.jupiter.api.Disabled
4
import org.junit.jupiter.api.Tag
5
import org.junit.jupiter.api.Test
6
import org.utbot.examples.UtValueTestCaseChecker
@@ -8,6 +9,7 @@ import org.utbot.examples.isException
8
9
import org.utbot.examples.withUsingReflectionForMaximizingCoverage
10
import java.util.Date
11
12
+@Disabled("Java 11 transition -- these tests seems to take too much time and memory")
13
class DateExampleTest : UtValueTestCaseChecker(testClass = DateExample::class) {
14
@Suppress("SpellCheckingInspection")
15
@Tag("slow")
0 commit comments