Skip to content

Commit 72a76a0

Browse files
committed
Update StacApiDataSourceTest.scala
1 parent 91468b4 commit 72a76a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

datasource/src/test/scala/org/locationtech/rasterframes/datasource/stac/api/StacApiDataSourceTest.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ import sttp.client3.UriContext
3434

3535
class StacApiDataSourceTest extends TestEnvironment { self =>
3636

37+
//TODO: franklin.nasa-hsi.azavea.com is gone, we need some way to test this without external services
3738
describe("STAC API spark reader") {
38-
it("should read items from Franklin service") {
39+
ignore("should read items from Franklin service") {
3940
import spark.implicits._
4041

4142
val results =

0 commit comments

Comments
 (0)