diff --git a/.config/nextest.toml b/.config/nextest.toml index c48e7bbfe..e3a8de680 100644 --- a/.config/nextest.toml +++ b/.config/nextest.toml @@ -3,6 +3,11 @@ slow-timeout = "10s" [[profile.default.overrides]] -# The following test has a non-determinstic snapshot -filter = 'test(excluded_only_compatible_version|dependency_excludes_range_of_compatible_versions)' -retries = 3 +# 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