Skip to content

Commit

Permalink
Add xfail for flaky integration test
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
  • Loading branch information
lebrice committed Oct 11, 2024
1 parent 7be5c30 commit 029e9b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/integration/test_sync_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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",
Expand Down

0 comments on commit 029e9b2

Please sign in to comment.