From e635620d5db768e2a7245e7f2832574c641c3ccf Mon Sep 17 00:00:00 2001 From: VioletHynes Date: Thu, 28 Nov 2024 14:51:53 -0500 Subject: [PATCH] Remove old cleanup --- vault/external_tests/raftha/raft_ha_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/vault/external_tests/raftha/raft_ha_test.go b/vault/external_tests/raftha/raft_ha_test.go index 80b9b2b20708..75b1ff9c24c0 100644 --- a/vault/external_tests/raftha/raft_ha_test.go +++ b/vault/external_tests/raftha/raft_ha_test.go @@ -177,9 +177,6 @@ func testRaftHARecoverCluster(t *testing.T, physBundle *vault.PhysicalBackendBun _, err = leaderClient.Logical().Write("kv/data/test_known_data", kvData) require.NoError(t, err) - // We delete the current cluster. We keep the storage backend so we can recover the cluster - cluster.Cleanup() - // We now have a raft HA cluster with a KVv2 backend enabled and a test data. // We're now going to delete the cluster and create a new raft HA cluster with the same backend storage // and ensure we can recover to a working vault cluster and don't lose the data from the backend storage.