Remove the filtering and just retry everything in CI

This commit is contained in:
Michael-F-Bryan
2023-10-03 15:49:40 +08:00
parent 2db4f79be7
commit ab065ff1a1

View File

@ -6,14 +6,5 @@ failure-output = "immediate-final"
fail-fast = false
# Automatically mark a test as "slow" after 60 seconds, then kill it after 180s
slow-timeout = { period = "60s", terminate-after = 3 }
[[profile.default.overrides]]
# Create-exe tests tend to be pretty flaky
filter = "test(create_exe)"
retries = 3
[[profile.default.overrides]]
# Snapshot tests tend to be flaky because they implicitly rely on how the OS will
# schedule threads. Our pipe flushing is also pretty unreliable.
filter = "test(snapshot)"
# Retry a couple times in case there are flaky tests
retries = 3