Closed
Description
Since about a week ago, the test-jasmine
CI test container has been failing roughly (my estimate) 1 out of two runs. Of those failure most are due to
retry npm run test-jasmine -- --tags=flaky --skip-tags=noCI
We should try to find a solution.
Potential solutions
- split off that
retry npm run test-jasmine -- --tags=flaky --skip-tags=noCI
into a new test container (named test-jasmine3
)
- use
shard_jasmine_tests.js
util as in our@gl
tests:
Lines 57 to 61 in 4b21575
to split off the @flaky
tests into multiple runs.
- combine 1) and 2)
@antoinerg @archmoj wanna give this a shot?
Metadata
Metadata
Assignees
Labels
No labels