Skip to content

Commit c264037

Browse files
committed
disable GeoTrellisDataSourceSpec
Who read these anyway?
1 parent 15f24fb commit c264037

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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)