We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f364002 commit 0e4a34bCopy full SHA for 0e4a34b
test/e2e/ingress/ingress.go
@@ -863,7 +863,7 @@ spec:
863
})
864
865
866
- Context("GatewayProxy reference Secret", func() {
+ PContext("GatewayProxy reference Secret", func() {
867
const secretSpec = `
868
apiVersion: v1
869
kind: Secret
@@ -985,6 +985,7 @@ spec:
985
By("update secret")
986
err = s.CreateResourceFromStringWithNamespace(fmt.Sprintf(secretSpec, base64.StdEncoding.EncodeToString([]byte(resources.AdminAPIKey))), s.Namespace())
987
Expect(err).NotTo(HaveOccurred(), "creating secret")
988
+ time.Sleep(15 * time.Minute)
989
990
By("verify Ingress works for additional gateway group")
991
Eventually(func() int {
0 commit comments