Skip to content

Commit 2de7f2e

Browse files
committed
mark ufunc tests as failing because they aren't in the remit of this Mixin
1 parent 665239f commit 2de7f2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

datatree/tests/test_dataset_api.py

+1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ class TestOps:
115115
...
116116

117117

118+
@pytest.mark.xfail
118119
class TestUFuncs:
119120
def test_root(self):
120121
da = xr.DataArray(name='a', data=[1, 2, 3])

0 commit comments

Comments
 (0)