Skip to content

Commit 6756754

Browse files
committed
Debug smoke test
Signed-off-by: Aylei <[email protected]>
1 parent e81a669 commit 6756754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/smoke_tests/test_mount_and_storage.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ def test_kubernetes_storage_mounts():
306306
test = smoke_tests_utils.Test(
307307
'kubernetes_storage_mounts',
308308
test_commands,
309-
clean_command,
309+
['kubectl get po -n skypilot-system -owide', 'kubectl get pods -n skypilot-system -oyaml', *clean_command],
310310
timeout=20 * 60, # 20 mins
311311
)
312312
smoke_tests_utils.run_one_test(test)

0 commit comments

Comments
 (0)