Skip to content

Commit

Permalink
Mark valgrind failing test xfail (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronj0 authored Apr 27, 2024
1 parent 293e86a commit d8a15d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_lowlevel.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ def test04_python_casts(self):
ptrptr = cppyy.ll.as_ctypes(s, byref=True)
assert pycasts.get_deref(ptrptr) == actual

@mark.xfail
def test05_array_as_ref(self):
"""Use arrays for pass-by-ref"""

Expand Down

0 comments on commit d8a15d5

Please sign in to comment.