We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91468b4 commit 72a76a0Copy full SHA for 72a76a0
datasource/src/test/scala/org/locationtech/rasterframes/datasource/stac/api/StacApiDataSourceTest.scala
@@ -34,8 +34,9 @@ import sttp.client3.UriContext
34
35
class StacApiDataSourceTest extends TestEnvironment { self =>
36
37
+ //TODO: franklin.nasa-hsi.azavea.com is gone, we need some way to test this without external services
38
describe("STAC API spark reader") {
- it("should read items from Franklin service") {
39
+ ignore("should read items from Franklin service") {
40
import spark.implicits._
41
42
val results =
0 commit comments