We're finding that Jasmine tests are just too brittle, failing about 80-90% of the time because of memory issues. They run great locally, but the CI struggles using the headless browser.
Things we've tried:
- getting rid of especially brittle tests
- increasing headless-browser's memory size
- increasing the node environments memory size
- forcing a single process rather than multiple
We're finding that Jasmine tests are just too brittle, failing about 80-90% of the time because of memory issues. They run great locally, but the CI struggles using the headless browser.
Things we've tried: