Skip to content

Commit

Permalink
make xfail marker not strict
Browse files Browse the repository at this point in the history
  • Loading branch information
pfackeldey committed Oct 7, 2024
1 parent 6c376f0 commit a2f6fcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_2596_named_axis.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ def test_negative_named_axis_indexing():
@pytest.mark.xfail(
sys.platform == "win32",
reason="right-broadcasting (NumPy-style) behaves differently for 32-bit windows",
strict=False,
)
def test_named_axis_right_broadcasting():
# [NumPy-style] rightbroadcasting: (n, m) -> (1, n, m)
Expand Down

0 comments on commit a2f6fcb

Please sign in to comment.