Skip to content

Commit 252f7cb

Browse files
committed
test: remove paused-time dependency
1 parent 4407063 commit 252f7cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

blob/src/blob/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ fn parse_replication_init_uses_message_id_when_unknown() {
349349
);
350350
}
351351

352-
#[tokio::test(start_paused = true)]
352+
#[tokio::test]
353353
async fn control_plane_timeout_reports_read_timeout() {
354354
let event = with_control_plane_timeout(
355355
tokio::time::sleep(Duration::from_millis(10)),

0 commit comments

Comments
 (0)