Skip to content

Commit 1c8081a

Browse files
committed
move concurrentRestrictions to Global
1 parent 815c377 commit 1c8081a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/SparkBuild.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ object TestSettings {
439439
// Parallelize execution of tests
440440
parallelExecution in Test := true,
441441
testForkedParallel in Test := false,
442-
concurrentRestrictions in Test := Seq(Tags.limit(Tags.ForkedTestGroup, 8)),
442+
concurrentRestrictions in Global := Seq(Tags.limit(Tags.ForkedTestGroup, 8)),
443443

444444
testGrouping in Test <<= (definedTests in Test, javaOptions in Test) map groupBySuite,
445445
testGrouping in Test := {

0 commit comments

Comments
 (0)