Skip to content

Commit e71a71f

Browse files
author
igor.grzankowski
committed
Remove waiting for updating phase from secret s1 smoke test
1 parent 6ab48dd commit e71a71f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test/secret/manager_secret_s1_test.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,6 @@ var _ = Describe("Secret Test for SVA S1", func() {
123123
err = testenv.ModifySecretObject(ctx, deployment, testcaseEnvInst.GetName(), namespaceScopedSecretName, updatedSecretData)
124124
Expect(err).To(Succeed(), "Unable to update secret Object")
125125

126-
// Ensure standalone is updating
127-
testenv.VerifyStandalonePhase(ctx, deployment, testcaseEnvInst, deployment.GetName(), enterpriseApi.PhaseUpdating)
128-
129126
// Wait for License Manager to be in READY status
130127
testenv.LicenseManagerReady(ctx, deployment, testcaseEnvInst)
131128

@@ -226,9 +223,6 @@ var _ = Describe("Secret Test for SVA S1", func() {
226223
err = testenv.DeleteSecretObject(ctx, deployment, testcaseEnvInst.GetName(), namespaceScopedSecretName)
227224
Expect(err).To(Succeed(), "Unable to delete secret Object")
228225

229-
// Ensure standalone is updating
230-
testenv.VerifyStandalonePhase(ctx, deployment, testcaseEnvInst, deployment.GetName(), enterpriseApi.PhaseUpdating)
231-
232226
// Wait for License Manager to be in READY status
233227
testenv.LicenseManagerReady(ctx, deployment, testcaseEnvInst)
234228

@@ -313,9 +307,6 @@ var _ = Describe("Secret Test for SVA S1", func() {
313307
err = testenv.ModifySecretObject(ctx, deployment, testcaseEnvInst.GetName(), namespaceScopedSecretName, map[string][]byte{})
314308
Expect(err).To(Succeed(), "Unable to delete secret Object")
315309

316-
// Ensure standalone is updating
317-
testenv.VerifyStandalonePhase(ctx, deployment, testcaseEnvInst, deployment.GetName(), enterpriseApi.PhaseUpdating)
318-
319310
// Wait for Standalone to be in READY status
320311
testenv.StandaloneReady(ctx, deployment, deployment.GetName(), standalone, testcaseEnvInst)
321312

0 commit comments

Comments
 (0)