Skip to content

Commit 864b9c4

Browse files
authored
Skip failing array api test. (#10102)
Until #10087 is ready
1 parent b22d24b commit 864b9c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xarray/tests/test_array_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ def test_unstack(arrays: tuple[xr.DataArray, xr.DataArray]) -> None:
137137
assert_equal(actual, expected)
138138

139139

140+
@pytest.mark.skip
140141
def test_where() -> None:
141142
np_arr = xr.DataArray(np.array([1, 0]), dims="x")
142143
xp_arr = xr.DataArray(xp.asarray([1, 0]), dims="x")

0 commit comments

Comments
 (0)