Skip to content

Commit 8387a1c

Browse files
committed
xfailing test for deepcopying
1 parent a20e85f commit 8387a1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datatree/tests/test_datatree.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ def test_copy(self):
243243
assert "foo" not in node.attrs
244244
assert node.attrs["Test"] is copied_node.attrs["Test"]
245245

246+
@pytest.mark.xfail(reason="unresolved bug with deepcopying")
246247
def test_deepcopy(self):
247248
dt = create_test_datatree()
248249

0 commit comments

Comments
 (0)