Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions xarray/tests/test_backends_datatree.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,8 @@ def test_roundtrip_using_filelike_object(self, tmpdir, simple_datatree) -> None:
class TestPyDAPDatatreeIO:
"""Test PyDAP backend for DataTree."""

pytestmark = pytest.mark.xfail(reason="test.opendap.org reports a 404 error")

engine: T_DataTreeNetcdfEngine | None = "pydap"
# you can check these by adding a .dmr to urls, and replacing dap4 with http
unaligned_datatree_url = (
Expand Down
Loading