-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
3718 – Update how we retry tests (#1673)
* update retry_count to get the number from env var or default to 0 When running locally we might not want the tests to retry, to do this we would need to comment out the retry line. We want to make this easier on the developer Converting the env variable to an integer because ENV[] on ruby returns a string https://ruby-doc.org/core-3.0.0/ENV.html Set TEST_RETRY_COUNT to 3 on Travis because we were using the default before (which is 3) https://www.rubydoc.info/gems/minitest-retry/
- Loading branch information
1 parent
1ce2528
commit d629ff7
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters