You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[tests] Add backup ssl sites in case of 429 response. (#7909)
Our SSL test can fail quite often with a HTTP-429 Too Many Requests
error. This makes the CI very unstable as we are constantly having
to wait and retry the tests.
Improve this by putting that logic into the test itself. If we get
an HTTP-429 we should try some other SSL site.
0 commit comments