Skip to content

Commit 15705c1

Browse files
committed
Overload resolution fails in test24_byte_vectors on linux ARM
1 parent 8acb890 commit 15705c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_stltypes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -801,6 +801,7 @@ def test23_copy_conversion(self):
801801
for f, d in zip(x, v):
802802
assert f == d
803803

804+
@mark.xfail(condition=IS_LINUX_ARM, reason="Fails on Linux ARM")
804805
def test24_byte_vectors(self):
805806
"""Vectors of "byte" types should return low level views"""
806807

0 commit comments

Comments
 (0)