Skip to content

Commit 8d7d740

Browse files
committed
Disable concrete in Spring flow
1 parent 55d9d43 commit 8d7d740

File tree

1 file changed

+1
-0
lines changed
  • utbot-framework/src/main/kotlin/org/utbot/framework/plugin/api

1 file changed

+1
-0
lines changed

utbot-framework/src/main/kotlin/org/utbot/framework/plugin/api/TestFlow.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ fun defaultSpringFlow(timeout: Long) = testFlow {
3232
generationTimeout = timeout
3333
isFuzzingEnabled = false
3434
fuzzingValue = 0.0
35+
UtSettings.useConcreteExecution = false
3536
}
3637

3738
/**

0 commit comments

Comments
 (0)