Drop retries for flaking tests

This commit is contained in:
Zanie 2024-01-26 14:20:34 -06:00
parent 3b36c526b9
commit b956632c1d
1 changed files with 0 additions and 10 deletions

View File

@ -1,13 +1,3 @@
[profile.default] [profile.default]
# Mark tests that take longer than 10s as slow # Mark tests that take longer than 10s as slow
slow-timeout = "10s" slow-timeout = "10s"
[[profile.default.overrides]]
# Some of these tests have a non-determinstic snapshot
filter = 'binary(pip_install_scenarios)'
retries = 2
[[profile.no-retry.overrides]]
# An optional profile to avoid retries
filter = 'binary(pip_install_scenarios)'
retries = 0