Skip to content
Snippets Groups Projects
Commit d09db1c0 authored by Mridul Muralidharan's avatar Mridul Muralidharan
Browse files

concurrentRestrictions fails for this PR - but works for master, probably some version change

parent adcda84f
No related branches found
No related tags found
No related merge requests found
...@@ -55,9 +55,6 @@ object SparkBuild extends Build { ...@@ -55,9 +55,6 @@ object SparkBuild extends Build {
fork := true, fork := true,
javaOptions += "-Xmx1g", javaOptions += "-Xmx1g",
// Only allow one test at a time, even across projects, since they run in the same JVM
concurrentRestrictions in Global += Tags.limit(Tags.Test, 1),
// Shared between both core and streaming. // Shared between both core and streaming.
resolvers ++= Seq("Akka Repository" at "http://repo.akka.io/releases/"), resolvers ++= Seq("Akka Repository" at "http://repo.akka.io/releases/"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment