[v11.2.x] Chore: Fix flaky cloud migration test (#94115)

Chore: Fix flaky cloud migration test (#94035)

* attempt to fix flaky test

* remove skip from test

(cherry picked from commit 1c648fd010)

Co-authored-by: Michael Mandrus <41969079+mmandrus@users.noreply.github.com>
This commit is contained in:
Jev Forsberg
2024-10-01 14:26:49 -06:00
committed by GitHub
co-authored by Michael Mandrus
parent c9170b1435
commit ce8db62c7b
4 changed files with 7 additions and 8 deletions
@@ -677,7 +677,7 @@ func setUpServiceTest(t *testing.T, withDashboardMock bool) cloudmigration.Servi
featuremgmt.FlagDashboardRestore),
sqlStore,
dsService,
secretskv.NewFakeSQLSecretsKVStore(t),
secretskv.NewFakeSQLSecretsKVStore(t, sqlStore),
secretsService,
rr,
prometheus.DefaultRegisterer,