From fd0fdaceaace9808562c2c7681caf85c8952d6bf Mon Sep 17 00:00:00 2001 From: Grigory Pomadchin Date: Tue, 26 Oct 2021 08:45:07 -0400 Subject: [PATCH] GeoTools fork in tests --- project/Settings.scala | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index 6fce427f59..fbdd6ea3cf 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -46,6 +46,10 @@ object Settings { Test / fork := false ) + lazy val forkInTests = Seq( + Test / fork := true + ) + val commonScalacOptions = Seq( "-deprecation", "-unchecked", @@ -176,7 +180,7 @@ object Settings { import geotrellis.layer._ import geotrellis.store.accumulo._ """ - ) ++ commonSettings ++ noForkInTests + ) ++ commonSettings ++ forkInTests lazy val `accumulo-spark` = Seq( name := "geotrellis-accumulo-spark",