Skip to content

Commit

Permalink
Devops: Mark test_leak_ssh_calcjob as nightly (#6521)
Browse files Browse the repository at this point in the history
It is a very slow test and is unlikely to be affected by typical
changes to the codebase.
  • Loading branch information
danielhollas authored Jul 10, 2024
1 parent c740b99 commit a5da4ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/engine/test_memory_leaks.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ def test_leak_local_calcjob(aiida_code_installed):


@pytest.mark.skipif(sys.version_info >= (3, 12), reason='Garbage collecting hangs on Python 3.12')
@pytest.mark.nightly
@pytest.mark.usefixtures('aiida_profile', 'check_memory_leaks')
def test_leak_ssh_calcjob(aiida_computer_ssh):
"""Test whether running a CalcJob over SSH leaks memory.
Expand Down

0 comments on commit a5da4ed

Please sign in to comment.