Skip to content

Commit a4b6818

Browse files
author
Vahid Tavanashad
committed
remove a test
1 parent 9d3ede1 commit a4b6818

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_sort.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,9 +331,6 @@ def test_sort_notimplemented(self):
331331
with pytest.raises(NotImplementedError):
332332
dpnp.sort(dp_array, order=["age"])
333333

334-
with pytest.raises(NotImplementedError):
335-
dpnp.sort(dp_array, stable=False)
336-
337334

338335
class TestSortComplex:
339336
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)