Skip to content

Commit bb29a9b

Browse files
committed
Do not run test19_smartptr_from_callback due to valgrind issues on linux-arm
1 parent 9479451 commit bb29a9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_cpp11features.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,7 @@ def test18_unique_ptr_identity(self):
539539
p2 = c.pget()
540540
assert p1 is p2
541541

542+
@mark.xfail(run=False, condition=IS_LINUX_ARM and IS_VALGRIND, reason="Valgrind issues on ARM")
542543
def test19_smartptr_from_callback(self):
543544
"""Return a smart pointer from a callback"""
544545

0 commit comments

Comments
 (0)