Fix flaky e2e test
This commit is contained in:
parent
4ad97afdb3
commit
3d163e585a
1 changed files with 4 additions and 0 deletions
|
@ -101,6 +101,10 @@ var _ = framework.DescribeSetting("[Security] global-auth-url", func() {
|
||||||
|
|
||||||
ginkgo.By("Adding a no-auth-locations for /bar to configMap")
|
ginkgo.By("Adding a no-auth-locations for /bar to configMap")
|
||||||
f.UpdateNginxConfigMapData(noAuthSetting, noAuthLocations)
|
f.UpdateNginxConfigMapData(noAuthSetting, noAuthLocations)
|
||||||
|
f.WaitForNginxServer(host,
|
||||||
|
func(server string) bool {
|
||||||
|
return strings.Contains(server, noAuthLocations)
|
||||||
|
})
|
||||||
|
|
||||||
ginkgo.By("Sending a request to protected service /foo")
|
ginkgo.By("Sending a request to protected service /foo")
|
||||||
f.HTTPTestClient().
|
f.HTTPTestClient().
|
||||||
|
|
Loading…
Reference in a new issue