Skip to content

Commit

Permalink
bringing back the unrelated removal
Browse files Browse the repository at this point in the history
Signed-off-by: Feny Mehta <[email protected]>
  • Loading branch information
fbm3307 committed Jan 7, 2025
1 parent 38df139 commit b525ead
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions testsupport/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,10 @@ func WaitForDeployments(t *testing.T) wait.Awaitilities {
err = initHostAwait.WaitUntilBaseNSTemplateTierIsUpdated(t)
require.NoError(t, err)

// check that the default user tier exists and is updated to the current version, an outdated version is applied from deploy/e2e-tests/usertier-base.yaml as
// part of the e2e test setup make target for the purpose of verifying the user tier update mechanism on startup of the host operator
err = initHostAwait.WaitUntilBaseUserTierIsUpdated(t)
require.NoError(t, err)
})

if !IsSecondMemberMode(t) {
Expand Down

0 comments on commit b525ead

Please sign in to comment.