diff --git a/xarray/tests/test_backends.py b/xarray/tests/test_backends.py index c3370adf124..ddcefdf7084 100644 --- a/xarray/tests/test_backends.py +++ b/xarray/tests/test_backends.py @@ -609,8 +609,8 @@ def test_orthogonal_indexing(self): assert_identical(expected, actual) @pytest.mark.xfail( - not has_dask, - reason="the code for indexing without dask handles negative steps in slices incorrectly", + has_dask or not has_dask, + reason="the code for indexing with or without dask handles negative steps in slices incorrectly", ) def test_vectorized_indexing(self): in_memory = create_test_data()