Skip to content

Commit

Permalink
Skip memory tests until #65 closes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhcole committed Aug 23, 2024
1 parent 308e4e9 commit 2506c23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/utils/test_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def test_time_limit(case):


@pytest.mark.parametrize("case", memory_limit_cases)
@pytest.mark.skip(reason="Memory limit is not working on some systems (see #65).")
def test_memory_limit(case):
"""Test the memory_limit function."""
if case["result"] is not None:
Expand Down

0 comments on commit 2506c23

Please sign in to comment.