mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-22 16:35:33 +00:00
Remove the filtering and just retry everything in CI
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user