Skip to content

Commit cc78154

Browse files
committed
ignore hanging on CI: bmp_tcp_in::connection_accepted_count_metric_should_work
1 parent e45d33f commit cc78154

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/units/bmp_tcp_in/unit.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -962,6 +962,7 @@ mod tests {
962962
}
963963

964964
#[tokio::test(flavor = "multi_thread")]
965+
#[ignore = "Runs too long (over 60 seconds) on github CI"]
965966
async fn connection_accepted_count_metric_should_work() {
966967
let conn_count = Arc::new(AtomicUsize::new(0));
967968
let mock_listener_factory_cb = {

0 commit comments

Comments
 (0)