Skip to content

Commit

Permalink
disable GeoTrellisDataSourceSpec
Browse files Browse the repository at this point in the history
Who read these anyway?
  • Loading branch information
echeipesh committed Dec 14, 2022
1 parent 678111b commit bdbb98a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ import org.scalatest.{BeforeAndAfterAll, Inspectors}

import scala.math.{max, min}

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

val tileSize = 12
Expand Down

0 comments on commit bdbb98a

Please sign in to comment.