diff --git a/tests/test_2596_named_axis.py b/tests/test_2596_named_axis.py index acfa1e9e34..0fe8b1280a 100644 --- a/tests/test_2596_named_axis.py +++ b/tests/test_2596_named_axis.py @@ -2,8 +2,6 @@ from __future__ import annotations -import sys - import numpy as np import pytest @@ -375,11 +373,6 @@ 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) a = ak.Array([1]) # (1,)