From a5da4eda131f844c3639bdb01a256b9e9a7873a2 Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Wed, 10 Jul 2024 11:25:36 +0200 Subject: [PATCH] Devops: Mark `test_leak_ssh_calcjob` as nightly (#6521) It is a very slow test and is unlikely to be affected by typical changes to the codebase. --- tests/engine/test_memory_leaks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/engine/test_memory_leaks.py b/tests/engine/test_memory_leaks.py index 9cfbe7653a..4eece939f3 100644 --- a/tests/engine/test_memory_leaks.py +++ b/tests/engine/test_memory_leaks.py @@ -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.