Skip to content

Commit 927c185

Browse files
shoyerkmuehlbauer
andauthored
xfail pydap datatree tests (#10869)
* xfail pydap datatree tests * fix xfail * xfail variant * alternative xfails * alternative xfails --------- Co-authored-by: Kai Mühlbauer <kmuehlbauer@wradlib.org>
1 parent bb49b5b commit 927c185

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

xarray/tests/test_backends_datatree.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,8 @@ def test_roundtrip_using_filelike_object(self, tmpdir, simple_datatree) -> None:
569569
class TestPyDAPDatatreeIO:
570570
"""Test PyDAP backend for DataTree."""
571571

572+
pytestmark = pytest.mark.xfail(reason="test.opendap.org reports a 404 error")
573+
572574
engine: T_DataTreeNetcdfEngine | None = "pydap"
573575
# you can check these by adding a .dmr to urls, and replacing dap4 with http
574576
unaligned_datatree_url = (

0 commit comments

Comments
 (0)