Skip to content

Commit dc9ff99

Browse files
committed
requested changes
1 parent de15b79 commit dc9ff99

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

test/migration/setup_runner.go

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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

182177
func (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

208198
func (r *SetupMigrationRunner) prepareAppStudioProvisionedUser(t *testing.T) {

0 commit comments

Comments
 (0)