Chore: Fix flaky test by removing the extsvcauth background service (#79044)

This commit is contained in:
Gabriel MABILLE
2023-12-04 22:26:55 +01:00
committed by GitHub
parent 38bc41651a
commit 99580d60f5
2 changed files with 6 additions and 8 deletions
+5 -5
View File
@@ -200,8 +200,8 @@ func (r *Registry) retrieveExtSvcProviders(ctx context.Context) (map[string]exts
return extsvcs, nil
}
func (r *Registry) Run(ctx context.Context) error {
// This is a one-time background job.
// Cleans up external services that have not been registered this time.
return r.CleanUpOrphanedExternalServices(ctx)
}
// func (r *Registry) Run(ctx context.Context) error {
// // This is a one-time background job.
// // Cleans up external services that have not been registered this time.
// return r.CleanUpOrphanedExternalServices(ctx)
// }