Skip to content

Commit 648a61b

Browse files
committed
Merge pull request #467 from shoyer/mark-broken-dask-test
Mark broken test with latest version of dask
2 parents f7bc2d2 + 0bc8691 commit 648a61b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xray/test/test_dask.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ def test_lazy_array(self):
197197
actual = concat([v[:2], v[2:]], 'x')
198198
self.assertLazyAndAllClose(u, actual)
199199

200+
@unittest.skip('broken on dask 0.6.0')
200201
def test_groupby(self):
201202
u = self.eager_array
202203
v = self.lazy_array

0 commit comments

Comments
 (0)