Skip to content

Commit 66fe25e

Browse files
committed
Add unvectorized marker to test_concat
1 parent 14ac81a commit 66fe25e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

array_api_tests/test_manipulation_functions.py

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def assert_array_ndindex(
4646
assert out[out_idx] == x[x_idx], msg
4747

4848

49+
@pytest.mark.unvectorized
4950
@given(
5051
dtypes=hh.mutually_promotable_dtypes(None, dtypes=dh.numeric_dtypes),
5152
base_shape=hh.shapes(),

0 commit comments

Comments
 (0)