Skip to content

software/erp5/test: tolerate errors in TestPublishedURLIsReachableMixin

Jérome Perrin requested to merge fix/erp5-published-url-reachable-500 into master

Sometimes during the first request to zope mariadb is not started yet and we have an Site Error. In this case retry several times until we have a sucessful response.

Merge request reports