HomeSoftware Heritage

cypress: Use non github origin for save code now tests

Description

cypress: Use non github origin for save code now tests

Cypress tests for save code now was using https://github.com/memononen/libtess2
as input origin for most of these tests. But using a github origin will trigger
an HTTP request to https://api.github.com/repos/ client-side to get the canonical
URL of the repository.

That request was not intercepted by cypress so real HTTP requests on the internet
were issued during the tests which slowdown them and can make them fail under
certain conditions.

So prefer to use a sample git origin URL not related to github to avoid these kind
of issues.

Details

Provenance
anlambertAuthored on May 2 2022, 5:18 PM
anlambertPushed on May 2 2022, 5:49 PM
Parents
rDWAPPS25bf6ca8432c: Bump mypy to v0.942
Branches
Unknown
Tags
Unknown
Build Status
Buildable 29015
Build 45358: test-and-buildJenkins console · Jenkins