Skip to content

Commit

Permalink
Disabled parallel execution for Github
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Oct 15, 2023
1 parent 71c5262 commit 3b96487
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/resources/junit-platform.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cucumber.execution.parallel.enabled=false
cucumber.execution.parallel.config.strategy=fixed
cucumber.execution.parallel.config.fixed.parallelism=4
cucumber.execution.parallel.config.fixed.max-pool-size=4
#cucumber.execution.parallel.config.strategy=fixed
#cucumber.execution.parallel.config.fixed.parallelism=4
#cucumber.execution.parallel.config.fixed.max-pool-size=4

0 comments on commit 3b96487

Please sign in to comment.