thegazelle-ad / gazelle-server

Server for front-end and editor tools of The Gazelle
MIT License
19 stars 8 forks source link

Retry for flaky tests #416

Closed emilgoldsmith closed 6 years ago

emilgoldsmith commented 6 years ago

Some of our E2E tests and possibly database tests are a bit flaky, in order to try to make the results of our CI a bit more reliable we just rerun them a few times and short circuit if any of them work.

Also adding the ci flag to Jest as I noticed we don't have it so it'll fail instead of adding new snapshots if it encounters a snapshot statement without a snapshot attributed to it

emilgoldsmith commented 6 years ago

Merging since all I did since review was merge in master