Skip to content

Commit 3a0199c

Browse files
committed
Disabled concrete execution for tests
1 parent 27a1af8 commit 3a0199c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utbot-framework/src/main/kotlin/org/utbot/tests/infrastructure/UtValueTestCaseChecker.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ abstract class UtValueTestCaseChecker(
8989
UtSettings.useFuzzing = false
9090
UtSettings.useCustomJavaDocTags = false
9191
UtSettings.enableSummariesGeneration = true
92+
// Disable concrete execution to detect failed symbolic tests
93+
UtSettings.useConcreteExecution = false
9294
}
9395

9496
// checks paramsBefore and result

0 commit comments

Comments
 (0)