diff --git a/.config/nextest.toml b/.config/nextest.toml new file mode 100644 index 000000000..c48e7bbfe --- /dev/null +++ b/.config/nextest.toml @@ -0,0 +1,8 @@ +[profile.default] +# Mark tests that take longer than 10s as slow +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