Skip to content

Commit faa98af

Browse files
aaronj0vgvassilev
authored andcommitted
Retag OS X x86 failure
1 parent 3f06ee3 commit faa98af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_doc_features.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ def abstract_method(self):
436436
pc = PyConcrete4()
437437
assert call_abstract_method(pc) == "Hello, Python World! (4)"
438438

439+
@mark.xfail(condition=((IS_MAC_X86 or IS_MAC_ARM) and IS_CLANG_REPL), reason="Fails on OSX with Clang-REPL")
439440
def test_multi_x_inheritance(self):
440441
"""Multiple cross-inheritance"""
441442

0 commit comments

Comments
 (0)