Skip to content

Commit

Permalink
try to avoid gdal crash at end of integrationtests
Browse files Browse the repository at this point in the history
  • Loading branch information
jdries committed Mar 19, 2024
1 parent 8ce879c commit f590a70
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package org.openeo.geotrellis.integrationtests

import com.azavea.gdal.GDALWarp
import com.fasterxml.jackson.databind.{JsonNode, ObjectMapper}
import geotrellis.layer.SpaceTimeKey
import geotrellis.proj4.{CRS, LatLng}
Expand Down Expand Up @@ -59,6 +60,7 @@ object CollectionTests {

@AfterAll
def tearDownSpark_AfterAll(): Unit = {
GDALWarp.init(0)
gotAfterAll = true
maybeStopSpark()
}
Expand Down

0 comments on commit f590a70

Please sign in to comment.