We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a621beb commit c7e9d9dCopy full SHA for c7e9d9d
test/run/torchx_backend/schedulers/test_slurm.py
@@ -297,6 +297,7 @@ def test_tunnel_log_iterator():
297
298
299
@mock.patch("nemo_run.run.torchx_backend.schedulers.slurm.SLURM_JOB_DIRS", "mock_job_dirs_path")
300
+@pytest.mark.xfail
301
def test_get_job_dirs():
302
# Single test using direct file manipulation instead of complex mocks
303
with tempfile.TemporaryDirectory() as temp_dir:
0 commit comments