Skip to content

Commit 9de94f2

Browse files
committed
RUST-131: ignore flakey unsampled_spans_are_not_captured test
1 parent 3423dcc commit 9de94f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • foundations/src/telemetry/tracing/live

foundations/src/telemetry/tracing/live/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ mod tests {
5454
use crate::telemetry::TelemetryContext;
5555

5656
#[test]
57+
#[ignore = "RUST-131: test is flakey, need to figure out a way to make it deterministic"]
5758
fn unsampled_spans_are_not_captured() {
5859
let ctx = TelemetryContext::test();
5960
{

0 commit comments

Comments
 (0)