diff --git a/tests/integration/test_sync_command.py b/tests/integration/test_sync_command.py index 31f19b4a..36ae27bd 100644 --- a/tests/integration/test_sync_command.py +++ b/tests/integration/test_sync_command.py @@ -19,6 +19,7 @@ _install_vscode_extensions_task_function, sync_vscode_extensions, ) +from tests.integration.conftest import SLURM_CLUSTER from ..cli.common import ( requires_ssh_to_localhost, @@ -28,6 +29,10 @@ logger = get_logger(__name__) +@pytest.mark.xfail( + SLURM_CLUSTER == "mila", + reason="`code-server` procs are killed on the login nodes of the Mila cluster.", +) @pytest.mark.slow @pytest.mark.parametrize( "source",