Skip to content

Commit aaaa4e0

Browse files
authored
Turn off sandbox as it breaks class loading in case of exception in static constructor (#1678)
Turn off sandbox as it breaks class loading in case of exception in static constructor. Fix 1665 Possible fix 1650 - split issues in case
1 parent a6e1c83 commit aaaa4e0

File tree

1 file changed

+1
-0
lines changed
  • utbot-junit-contest/src/main/kotlin/org/utbot/contest

1 file changed

+1
-0
lines changed

utbot-junit-contest/src/main/kotlin/org/utbot/contest/Contest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ fun setOptions() {
170170
UtSettings.testMinimizationStrategyType = TestSelectionStrategyType.COVERAGE_STRATEGY
171171
UtSettings.ignoreStringLiterals = true
172172
UtSettings.maximizeCoverageUsingReflection = true
173+
UtSettings.useSandbox = false
173174
}
174175

175176

0 commit comments

Comments
 (0)