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 815c377 commit 1c8081aCopy full SHA for 1c8081a
project/SparkBuild.scala
@@ -439,7 +439,7 @@ object TestSettings {
439
// Parallelize execution of tests
440
parallelExecution in Test := true,
441
testForkedParallel in Test := false,
442
- concurrentRestrictions in Test := Seq(Tags.limit(Tags.ForkedTestGroup, 8)),
+ concurrentRestrictions in Global := Seq(Tags.limit(Tags.ForkedTestGroup, 8)),
443
444
testGrouping in Test <<= (definedTests in Test, javaOptions in Test) map groupBySuite,
445
testGrouping in Test := {
0 commit comments