Skip to content

Commit 1b74ff4

Browse files
aaronj0vgvassilev
authored andcommitted
Suppress Eigen regression
1 parent 45ba9b4 commit 1b74ff4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_eigen.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ def setup_class(cls):
158158
warnings.simplefilter('ignore')
159159
cppyy.include('Eigen/Dense')
160160

161+
@mark.xfail(condition=IS_MAC_X86 and (not IS_CLANG_REPL), reason="Errors out on OS X Cling")
161162
def test01_use_of_Map(self):
162163
"""Use of Map (used to crash)"""
163164

0 commit comments

Comments
 (0)