Skip to content

Commit

Permalink
chore: Change junit.jupiter.execution.parallel.mode.classes.default t…
Browse files Browse the repository at this point in the history
…o same_thread (#53)
  • Loading branch information
warnyul authored May 8, 2024
1 parent ff3ea6d commit f604f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robolectric-extension/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ test {
}
systemProperty 'junit.jupiter.execution.parallel.enabled', 'true'
systemProperty 'junit.jupiter.execution.parallel.mode.default', 'same_thread'
systemProperty 'junit.jupiter.execution.parallel.mode.classes.default', 'concurrent'
systemProperty 'junit.jupiter.execution.parallel.mode.classes.default', 'same_thread'
systemProperty 'java.util.logging.config.file',
"${projectDir}/src/test/resources/logging.properties"
systemProperty 'robolectric.usePreinstrumentedJars', 'true'
Expand Down

0 comments on commit f604f87

Please sign in to comment.