File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -172,11 +172,6 @@ func (r *SetupMigrationRunner) prepareDeactivatedUser(t *testing.T) {
172172 // verify that space (and space binding) is deleted, to be sure that the space counter is decremented
173173 err = hostAwait .WaitUntilSpaceAndSpaceBindingsDeleted (t , userSignup .Status .CompliantUsername )
174174 require .NoError (t , err )
175-
176- // let's wait until ToolchainStatus is updated with the latest numbers from the space counter
177- _ , err = hostAwait .WaitForToolchainStatus (t , wait .UntilToolchainStatusUpdatedAfter (time .Now ()))
178- require .NoError (t , err )
179-
180175}
181176
182177func (r * SetupMigrationRunner ) prepareBannedUser (t * testing.T ) {
@@ -198,11 +193,6 @@ func (r *SetupMigrationRunner) prepareBannedUser(t *testing.T) {
198193 // verify that space (and space binding) is deleted, to be sure that the space counter is decremented
199194 err = hostAwait .WaitUntilSpaceAndSpaceBindingsDeleted (t , userSignup .Status .CompliantUsername )
200195 require .NoError (t , err )
201-
202- // let's wait until ToolchainStatus is updated with the latest numbers from the space counter
203- _ , err = hostAwait .WaitForToolchainStatus (t , wait .UntilToolchainStatusUpdatedAfter (time .Now ()))
204- require .NoError (t , err )
205-
206196}
207197
208198func (r * SetupMigrationRunner ) prepareAppStudioProvisionedUser (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments