Closed
Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
Current Limitation
There are still some flaky tests;
- requires more effort to merge a PR
- shows
ci: failed
labels on README
Feature / Enhancement Description
Add a test-retry logic on jasmine-level (not GitHub workflow level) specifically for flaky tests.
- Implement logic to retry specific tests if they fail, in the style of the existing custom test specifiers:
Line 422 in 1850be4
- Identify flaky tests
- Use retry-test-specifier for flaky tests
Alternatives / Workarounds
Manually re-run tests (status quo)