Disable parallel execution in global scope
For avoiding tests from different projects, like cluster and zookeeper mailbox, to run in parallel
This commit is contained in:
parent
b2bfe9a944
commit
d5c0237b2f
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ object AkkaBuild extends Build {
|
|||
id = "akka",
|
||||
base = file("."),
|
||||
settings = parentSettings ++ Unidoc.settings ++ rstdocSettings ++ Seq(
|
||||
parallelExecution in GlobalScope := false,
|
||||
Unidoc.unidocExclude := Seq(samples.id, tutorials.id),
|
||||
rstdocDirectory <<= baseDirectory / "akka-docs"
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue