Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit aaaa4e0

Browse files
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)

AltStyle によって変換されたページ (->オリジナル) /