Skip to content

Commit 0353bf4

Browse files
test(network2): fix flaky full_protocol_flow test by removing redundant Housekeeping (#780)
1 parent 574f44a commit 0353bf4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pallas-network2/tests/initiator_responder.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ async fn full_protocol_flow() {
124124
// Phase 3: blockfetch
125125
let range = (Point::Origin, Point::new(100, vec![0xAA; 32]));
126126
initiator.execute(InitiatorCommand::RequestBlocks(range));
127-
initiator.execute(InitiatorCommand::Housekeeping);
128127

129128
let events = initiator.wait_for_block().await;
130129
assert!(

0 commit comments

Comments
 (0)