Skip to content

Commit

Permalink
MNT: Add other web service expected failures for doc builds
Browse files Browse the repository at this point in the history
These other ones also use tile servers, but it is not a KeyError
being returned from the servers, so keep these in a separate commit.
  • Loading branch information
greglucas committed Oct 7, 2023
1 parent d16768e commit 646575e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@
'examples_dirs': ['../../examples'],
# NASA wmts servers are returning bad content metadata
"expected_failing_examples": [
'../../examples/scalar_data/eyja_volcano.py',
'../../examples/web_services/image_tiles.py',
'../../examples/web_services/reprojected_wmts.py',
'../../examples/web_services/wmts.py',
'../../examples/web_services/wmts_time.py',
Expand Down

0 comments on commit 646575e

Please sign in to comment.