Skip to content

Commit

Permalink
un-xfail a xpassing test
Browse files Browse the repository at this point in the history
  • Loading branch information
keewis committed Oct 24, 2024
1 parent dda02ed commit 329c689
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xarray/tests/test_datatree.py
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,6 @@ def test_to_dict(self):
actual = DataTree.from_dict(tree.children["a"].to_dict(relative=True))
assert_identical(expected, actual)

@pytest.mark.xfail
def test_roundtrip_unnamed_root(self, simple_datatree) -> None:
# See GH81

Expand Down

0 comments on commit 329c689

Please sign in to comment.