Skip to content

Commit

Permalink
temp xfail in argsort and sort tests (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasdavis authored Jul 5, 2023
1 parent 6516145 commit 993a24c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ def test_singletons(daa, L4, tmp_path):
)


@pytest.mark.xfail(reason="upstream awkward dtype mismatch")
@pytest.mark.parametrize("ascending", [True, False])
def test_argsort(daa, caa, ascending):
assert_eq(
Expand All @@ -378,6 +379,7 @@ def test_argsort(daa, caa, ascending):
)


@pytest.mark.xfail(reason="upstream awkward dtype mismatch")
@pytest.mark.parametrize("ascending", [True, False])
def test_sort(daa, caa, ascending):
assert_eq(
Expand Down

0 comments on commit 993a24c

Please sign in to comment.