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 a6e1c83 commit aaaa4e0Copy full SHA for aaaa4e0
utbot-junit-contest/src/main/kotlin/org/utbot/contest/Contest.kt
@@ -170,6 +170,7 @@ fun setOptions() {
170
UtSettings.testMinimizationStrategyType = TestSelectionStrategyType.COVERAGE_STRATEGY
171
UtSettings.ignoreStringLiterals = true
172
UtSettings.maximizeCoverageUsingReflection = true
173
+ UtSettings.useSandbox = false
174
}
175
176
0 commit comments