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 27a1af8 commit 3a0199cCopy full SHA for 3a0199c
utbot-framework/src/main/kotlin/org/utbot/tests/infrastructure/UtValueTestCaseChecker.kt
@@ -89,6 +89,8 @@ abstract class UtValueTestCaseChecker(
89
UtSettings.useFuzzing = false
90
UtSettings.useCustomJavaDocTags = false
91
UtSettings.enableSummariesGeneration = true
92
+ // Disable concrete execution to detect failed symbolic tests
93
+ UtSettings.useConcreteExecution = false
94
}
95
96
// checks paramsBefore and result
0 commit comments