mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-12 00:00:12 +02:00
The tuning test relies on a predictable execution environment. It assumes that spawning a new task can complete reasonably fast. When running tests with ASAN, the tuning test will spurriously fail. After investigating, I believe this is due to running tests with ASAN enabled and without `release` in a low resource environment (CI) results in an execution environment that is too slow for the tuning test to succeed.