We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09801b5 commit 4be9ecbCopy full SHA for 4be9ecb
xarray/tests/test_backends.py
@@ -1839,9 +1839,8 @@ def test_unsorted_index_raises(self) -> None:
1839
# dask first pulls items by block.
1840
pass
1841
1842
- @pytest.mark.skip()
+ @pytest.mark.skip(reason="caching behavior differs for dask")
1843
def test_dataset_caching(self) -> None:
1844
- # caching behavior differs for dask
1845
1846
1847
def test_write_inconsistent_chunks(self) -> None:
@@ -3381,9 +3380,8 @@ def roundtrip(
3381
3380
) as ds:
3382
yield ds
3383
3384
3385
3386
3387
3388
3389
0 commit comments