mirror of
https://github.com/tokio-rs/tracing.git
synced 2025-10-02 15:24:47 +00:00

This branch changes the `field_filter_events` and `field_filter_spans` tests in `tracing-subscriber` to be ignored by default, as they often fail spuriously on CI. The tests can still be run using ```shell $ RUSTFLAGS="--cfg flaky_tests" cargo test ``` or similar. Signed-off-by: Eliza Weisman <eliza@buoyant.io>