Skip to content

Commit

Permalink
correct case num tests
Browse files Browse the repository at this point in the history
Signed-off-by: 11happy <[email protected]>
  • Loading branch information
11happy committed Dec 30, 2024
1 parent 74a42e0 commit 07aa342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/layer_tests/jax_tests/test_select_n.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def jax_select_n(which, cases):

@pytest.mark.parametrize("input_shape", [[],[1],[2,3],[4,5,6],[7,8,9,10]])
@pytest.mark.parametrize("input_type", [np.int32, np.int64])
@pytest.mark.parametrize("case_num", [2,3,4,5,6,7,8,9,10])
@pytest.mark.parametrize("case_num", [2,3,4])
@pytest.mark.nightly
@pytest.mark.precommit
@pytest.mark.precommit_jax_fe
Expand Down

0 comments on commit 07aa342

Please sign in to comment.