Skip to content

Commit 873e10a

Browse files
j5ik2oj5ik2o-bot[bot]
authored andcommitted
parallel test off
1 parent 7114b00 commit 873e10a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

build.sbt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,17 @@ lazy val baseSettings = Seq(
4545
semanticdbEnabled := true,
4646
semanticdbVersion := scalafixSemanticdb.revision,
4747
Test / publishArtifact := false,
48-
Test / fork := true,
49-
testForkedParallel := true,
50-
concurrentRestrictions := {
51-
val par = parallelExecution.value
52-
val max = EvaluateTask.SystemProcessors
53-
List(
54-
Tags.limitAll(if (par) max else 1),
55-
Tags.limit(Tags.ForkedTestGroup, 2),
56-
Tags.exclusiveGroup(Tags.Clean)
57-
)
58-
}
48+
Test / fork := true
49+
// testForkedParallel := true,
50+
// concurrentRestrictions := {
51+
// val par = parallelExecution.value
52+
// val max = EvaluateTask.SystemProcessors
53+
// List(
54+
// Tags.limitAll(if (par) max else 1),
55+
// Tags.limit(Tags.ForkedTestGroup, 2),
56+
// Tags.exclusiveGroup(Tags.Clean)
57+
// )
58+
// }
5959
)
6060

6161
val `docker-controller-scala-core` = (project in file("docker-controller-scala-core"))

0 commit comments

Comments
 (0)