Skip to content

Commit 6339bfc

Browse files
committed
remove obsolete test
Signed-off-by: Marta Stepniewska-Dziubinska <[email protected]>
1 parent b3e6b83 commit 6339bfc

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/nemo-evaluator-launcher/tests/unit_tests/test_local_executor.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -255,14 +255,6 @@ def mock_get_task_side_effect(task_name, mapping):
255255
if env_var in os.environ:
256256
del os.environ[env_var]
257257

258-
def test_execute_eval_deployment_type_validation(self, sample_config):
259-
"""Test that non-'none' deployment types raise NotImplementedError."""
260-
# Change deployment type to something other than 'none'
261-
sample_config.deployment.type = "slurm"
262-
263-
with pytest.raises(NotImplementedError, match="type slurm is not implemented"):
264-
LocalExecutor.execute_eval(sample_config, dry_run=True)
265-
266258

267259
class TestLocalExecutorGetStatus:
268260
"""Test LocalExecutor get_status functionality."""

0 commit comments

Comments
 (0)