Skip to content

Commit

Permalink
Disable crashing test Linux arm
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Jan 24, 2025
1 parent 8f99ce5 commit 6333bfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_doc_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -1146,6 +1146,7 @@ def add(self, i):

assert v.back().add(17) == 4+42+2*17

@mark.xfail(run=not (IS_LINUX_ARM), reason="Crashes pytest on Linux ARM")
def test_fallbacks(self):
"""Template instantation switches based on value sizes"""

Expand Down

0 comments on commit 6333bfb

Please sign in to comment.