Skip to content

Commit

Permalink
Suppress Eigen regression
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronj0 committed May 8, 2024
1 parent 3e8f03e commit 23dc613
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_eigen.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ def setup_class(cls):
warnings.simplefilter('ignore')
cppyy.include('Eigen/Dense')

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

Expand Down

0 comments on commit 23dc613

Please sign in to comment.