Skip to content

Commit

Permalink
misc(spark-jobs): disable fork in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Matejczyk committed Sep 12, 2020
1 parent fc36d93 commit fd58c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/FiloBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ object Submodules {
.settings(
commonSettings,
name := "spark-jobs",
fork in Test := true,
fork in Test := false,
baseDirectory in Test := file("."), // since we have a config using FiloDB project root as relative path
assemblySettings,
scalacOptions += "-language:postfixOps",
Expand Down

0 comments on commit fd58c8b

Please sign in to comment.