Skip to content

Commit

Permalink
Remove sync_secrets for static cluster fixtures. (#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohinb2 authored May 30, 2024
1 parent e7c5c49 commit 61da772
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/fixtures/static_cluster_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def static_cpu_cluster():
init_args[id(c)] = args

test_env().to(c)
c.sync_secrets(["ssh"])

return c

Expand Down Expand Up @@ -91,6 +90,5 @@ def password_cluster():
init_args[id(c)] = args

test_env().to(c)
c.sync_secrets(["ssh"])

return c

0 comments on commit 61da772

Please sign in to comment.