Skip to content

Commit 805fbe1

Browse files
aaronj0vgvassilev
authored andcommitted
"Update crashing test tag for os x arm"
1 parent c3ccde9 commit 805fbe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_crossinheritance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def get_value(self):
230230
p1 = TPyDerived1()
231231
assert p1.get_value() == 13
232232

233-
@mark.xfail(condition=IS_MAC_X86, reason="Fails on OS X x86")
233+
@mark.xfail(run=not IS_MAC_ARM, condition=IS_MAC_X86 or IS_MAC_ARM, reason="Fails on OS X")
234234
def test08_error_handling(self):
235235
"""Python errors should propagate through wrapper"""
236236

0 commit comments

Comments
 (0)