Remove retries from test runs

If a spec is flaky, we need to fix it. Retry is just hiding problems for
a while and is adding to execution time.
This commit is contained in:
Maikel Linke
2022-09-05 16:29:27 +10:00
parent 82e38d7b91
commit 87274bccc6
4 changed files with 0 additions and 11 deletions

View File

@@ -9,7 +9,6 @@ env:
DISABLE_KNAPSACK: true
TIMEZONE: UTC
COVERAGE: true
RSPEC_RETRY_RETRY_COUNT: 3
RAILS_ENV: test
permissions: