From 61da7722e781032093d1fc0efc2ab3516b37ff54 Mon Sep 17 00:00:00 2001 From: Rohin Bhasin Date: Thu, 30 May 2024 14:11:31 -0400 Subject: [PATCH] Remove `sync_secrets` for static cluster fixtures. (#853) --- tests/fixtures/static_cluster_fixtures.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/fixtures/static_cluster_fixtures.py b/tests/fixtures/static_cluster_fixtures.py index 1bf541111..b55c153b9 100644 --- a/tests/fixtures/static_cluster_fixtures.py +++ b/tests/fixtures/static_cluster_fixtures.py @@ -55,7 +55,6 @@ def static_cpu_cluster(): init_args[id(c)] = args test_env().to(c) - c.sync_secrets(["ssh"]) return c @@ -91,6 +90,5 @@ def password_cluster(): init_args[id(c)] = args test_env().to(c) - c.sync_secrets(["ssh"]) return c