diff --git a/.config/nextest.toml b/.config/nextest.toml index e3a8de680..01d7536c4 100644 --- a/.config/nextest.toml +++ b/.config/nextest.toml @@ -1,13 +1,3 @@ [profile.default] # Mark tests that take longer than 10s as slow 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