Skip to content

Commit

Permalink
Frontend: Disable regex-timeout test on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mlange05 committed Aug 9, 2024
1 parent bce73e9 commit 35dabd0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions loki/frontend/tests/test_frontends.py
Original file line number Diff line number Diff line change
Expand Up @@ -946,6 +946,9 @@ def test_make_complete_sanitize(frontend):
assert directives[1].text == '#endif'


@pytest.mark.skipif(platform.system() == 'Darwin',
reason='Timeout utility test sporadically fails on MacOS CI runners.'
)
@pytest.mark.usefixtures('reset_regex_frontend_timeout')
def test_regex_timeout():
"""
Expand Down

0 comments on commit 35dabd0

Please sign in to comment.