We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e45d33f commit cc78154Copy full SHA for cc78154
src/units/bmp_tcp_in/unit.rs
@@ -962,6 +962,7 @@ mod tests {
962
}
963
964
#[tokio::test(flavor = "multi_thread")]
965
+ #[ignore = "Runs too long (over 60 seconds) on github CI"]
966
async fn connection_accepted_count_metric_should_work() {
967
let conn_count = Arc::new(AtomicUsize::new(0));
968
let mock_listener_factory_cb = {
0 commit comments