We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38fc6f7 commit aca2012Copy full SHA for aca2012
xarray/tests/test_backends.py
@@ -609,8 +609,8 @@ def test_orthogonal_indexing(self):
609
assert_identical(expected, actual)
610
611
@pytest.mark.xfail(
612
- not has_dask,
613
- reason="the code for indexing without dask handles negative steps in slices incorrectly",
+ has_dask,
+ reason="the code for indexing with dask handles negative steps in slices incorrectly",
614
)
615
def test_vectorized_indexing(self):
616
in_memory = create_test_data()
0 commit comments