We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d46ef commit a2f0581Copy full SHA for a2f0581
test/run/torchx_backend/schedulers/test_slurm.py
@@ -297,7 +297,6 @@ 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