Skip to content
This repository has been archived by the owner on Oct 24, 2022. It is now read-only.

Commit

Permalink
Disable fork and parallelExecution in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JPrevost committed Apr 13, 2015
1 parent 0a0cf20 commit 8b50938
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ libraryDependencies ++= Seq(
"org.postgresql" % "postgresql" % "9.4-1201-jdbc41",
"org.mockito" % "mockito-core" % "1.10.19" % "test"
)

parallelExecution in Test := false
fork in Test := false

0 comments on commit 8b50938

Please sign in to comment.