Skip to content

Commit

Permalink
Add TODO to fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 authored Feb 7, 2025
1 parent 8dab353 commit bb5ef04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion domains/client/domain-operator/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1630,7 +1630,7 @@ async fn test_domain_tx_propagate() -> Result<(), tokio::time::error::Elapsed> {
async {
while alice.sync_service.is_major_syncing() || bob.sync_service.is_major_syncing() {
tokio::time::sleep(std::time::Duration::from_secs(1)).await;
// Unfortunately, this test contains a race condition where Alice sometimes bans Bob
// TODO: Unfortunately, this test contains a race condition where Alice sometimes bans Bob
// for making multiple requests for the same block.
alice.unban_peer(bob.addr.clone());
}
Expand Down

0 comments on commit bb5ef04

Please sign in to comment.