Skip to content

Commit 3470789

Browse files
committed
Fix broken tests
1 parent 12da9ed commit 3470789

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utbot-framework/src/test/kotlin/org/utbot/examples/UtValueTestCaseChecker.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ import org.utbot.framework.plugin.api.util.executableId
5656
import org.utbot.framework.plugin.api.util.withUtContext
5757
import org.utbot.framework.util.Conflict
5858
import org.utbot.framework.util.toValueTestCase
59+
import org.utbot.summary.UtSummarySettings
5960
import org.utbot.summary.summarize
6061
import java.io.File
6162
import java.nio.file.Path
@@ -92,6 +93,7 @@ abstract class UtValueTestCaseChecker(
9293
UtSettings.useAssembleModelGenerator = true
9394
UtSettings.saveRemainingStatesForConcreteExecution = false
9495
UtSettings.useFuzzing = false
96+
UtSummarySettings.USE_CUSTOM_JAVADOC_TAGS = false
9597
}
9698

9799
// checks paramsBefore and result

0 commit comments

Comments
 (0)