Skip to content

Commit

Permalink
Enable crossPaths back to prevent side effects
Browse files Browse the repository at this point in the history
  • Loading branch information
HyukjinKwon committed Jul 24, 2020
1 parent aa54dcf commit 7ab3acb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions project/SparkBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1039,8 +1039,6 @@ object TestSettings {
Seq("-eNCXEHLOPQMDF")
}.getOrElse(Nil): _*),
testOptions in Test += Tests.Argument(TestFrameworks.JUnit, "-v", "-a"),
// Required to detect Junit tests for each project, see also https://github.com/sbt/junit-interface/issues/35
crossPaths := false,
// Enable Junit testing.
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % "test",
// `parallelExecutionInTest` controls whether test suites belonging to the same SBT project
Expand Down

0 comments on commit 7ab3acb

Please sign in to comment.