Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Aikawa committed Jul 26, 2024
1 parent b0846a1 commit 16798c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_smoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -2104,7 +2104,7 @@ def test_container_logs_two_simultaneous_jobs_kubernetes():
name = _get_cluster_name()
task_yaml = 'tests/test_yamls/test_k8s_logs.yaml '
pod_logs = (
f'kubectl get pods -l skypilot-cluster-name={name}'
f'kubectl get pods -l skypilot-cluster-name={name} '
'-o jsonpath="{.items[*].metadata.name}"| grep head | xargs -I {} kubectl logs {}'
)
with tempfile.NamedTemporaryFile(suffix='.yaml', mode='w') as f:
Expand Down Expand Up @@ -3227,6 +3227,7 @@ def test_kubernetes_custom_image(image_id):
run_one_test(test)


@pytest.mark.azure
def test_azure_start_stop_two_nodes():
name = _get_cluster_name()
test = Test(
Expand Down

0 comments on commit 16798c4

Please sign in to comment.