Skip to content

Commit

Permalink
disable parallel execution for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matfed committed Sep 4, 2015
1 parent 748530d commit b475504
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Expand Up @@ -4,6 +4,8 @@ version := "1.0"

scalaVersion := "2.10.4"

parallelExecution in Test := false

libraryDependencies += "org.apache.spark" %% "spark-core" % "1.0.2"

libraryDependencies += "org.apache.spark" %% "spark-mllib" % "1.0.2"
Expand Down

0 comments on commit b475504

Please sign in to comment.