Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
asaiacai committed Nov 27, 2024
1 parent a1587e0 commit 3d63531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_smoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -1673,7 +1673,7 @@ def test_scp_job_queue():
@pytest.mark.no_kubernetes # Kubernetes not support num_nodes > 1 yet
@pytest.mark.parametrize('accelerator', [{'do': 'H100'}])
def test_job_queue_multinode(generic_cloud: str, accelerator: Dict[str, str]):
accelerator = acccelerator.get(generic_cloud, 'T4')
accelerator = accelerator.get(generic_cloud, 'T4')
name = _get_cluster_name()
total_timeout_minutes = 30 if generic_cloud == 'azure' else 15
test = Test(
Expand Down

0 comments on commit 3d63531

Please sign in to comment.