Skip to content

Commit

Permalink
mark test
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronj0 committed May 6, 2024
1 parent 9245599 commit 08edd6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_stltypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ def test18_array_interface(self):
v = np.array(v, dtype=np.intc)
assert ns.func(v) == sum(v)

@mark.xfail(run=(not (IS_MAC_ARM or IS_MAC_X86) and (not IS_CLANG_REPL))
@mark.xfail(run=(not (IS_MAC_ARM or IS_MAC_X86)) and (not IS_CLANG_REPL))
def test19_vector_point3d(self):
"""Iteration over a vector of by-value objects"""

Expand Down

0 comments on commit 08edd6e

Please sign in to comment.