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 906367f commit f4d4c6fCopy full SHA for f4d4c6f
examples/java/pom.xml
@@ -63,10 +63,7 @@
63
<properties>
64
<configurationParameters> junit.jupiter.execution.parallel.enabled = true
65
junit.jupiter.execution.parallel.mode.default = concurrent
66
- junit.jupiter.execution.parallel.config.strategy = fixed <!-- Fix Failed
67
- to transform configuration parameter with key
68
- 'junit.jupiter.execution.parallel.config.fixed.parallelism' and initial
69
- value ' -->
+ junit.jupiter.execution.parallel.config.strategy = fixed
70
junit.jupiter.execution.parallel.config.fixed.parallelism = 1
71
junit.jupiter.execution.parallel.config.fixed.max-pool-size = 1 </configurationParameters>
72
</properties>
@@ -75,4 +72,4 @@
75
</plugin>
76
73
</plugins>
77
74
</build>
78
-</project>
+</project>
0 commit comments