Skip to content

Commit

Permalink
chore(host_metrics source): ignore flakey tcp metrics tests (#22544)
Browse files Browse the repository at this point in the history
  • Loading branch information
pront authored Mar 3, 2025
1 parent baffdbf commit 3cf1ecc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sources/host_metrics/tcp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,8 @@ mod tests {
assert_eq!(*tcp_stats.conn_states.get("syn_recv").unwrap(), 1.0);
}

#[ignore]
/// These tests are flakey and need reworking.
/// This is a workaround for running these tests serially.
/// The `generates_tcp_metrics` test internally calls `fetch_nl_inet_hdrs` and reads
/// from the same socket as the `fetches_nl_net_hdrs` test.
Expand Down

0 comments on commit 3cf1ecc

Please sign in to comment.