Skip to content

Commit

Permalink
Merge commit 'cc806a13c8a5a335eeda63eb0cbb085a8890ccc9' into feature/…
Browse files Browse the repository at this point in the history
…testkit-dagify

* commit 'cc806a13c8a5a335eeda63eb0cbb085a8890ccc9':
  GeoTools fork in tests
  • Loading branch information
metasim committed Oct 28, 2021
2 parents 11a592d + cc806a1 commit f8901b9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions project/Settings.scala
Expand Up @@ -45,6 +45,10 @@ object Settings {
lazy val noForkInTests = Seq(
Test / fork := false
)

lazy val forkInTests = Seq(
Test / fork := true
)

lazy val geoTiffTestFiles = Seq(
Test / testOptions += Tests.Setup { () =>
Expand All @@ -58,7 +62,6 @@ object Settings {
}
}
)

val commonScalacOptions = Seq(
"-deprecation",
"-unchecked",
Expand Down Expand Up @@ -189,7 +192,7 @@ object Settings {
import geotrellis.layer._
import geotrellis.store.accumulo._
"""
) ++ commonSettings ++ noForkInTests
) ++ commonSettings ++ forkInTests

lazy val `accumulo-spark` = Seq(
name := "geotrellis-accumulo-spark",
Expand Down

0 comments on commit f8901b9

Please sign in to comment.