Skip to content

Commit ae3acc4

Browse files
committed
disable GeoTrellisDataSourceSpec
Who read these anyway?
1 parent 72a76a0 commit ae3acc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

datasource/src/test/scala/org/locationtech/rasterframes/datasource/geotrellis/GeoTrellisDataSourceSpec.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ import org.scalatest.{BeforeAndAfterAll, Inspectors}
4848

4949
import scala.math.{max, min}
5050

51-
class GeoTrellisDataSourceSpec extends TestEnvironment with BeforeAndAfterAll with Inspectors with DataSourceOptions {
51+
trait GeoTrellisDataSourceSpec extends TestEnvironment with BeforeAndAfterAll with Inspectors with DataSourceOptions {
52+
// because this is a trait and not a class, the test does not run, here for posterity
5253
import TestData._
5354

5455
val tileSize = 12

0 commit comments

Comments
 (0)