Skip to content

Commit

Permalink
fix(sidecar): flaky backoff test
Browse files Browse the repository at this point in the history
  • Loading branch information
mempirate committed Jan 17, 2025
1 parent 35a8b8a commit 492630d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bolt-sidecar/src/common/backoff.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ mod tests {
}

#[tokio::test]
#[ignore = "Flaky test, jitter can influence outcome"]
async fn test_exponential_backoff_timing() {
let counter = Arc::new(Mutex::new(Counter::new(3))); // Fail 3 times, succeed on 4th
let start_time = Instant::now();
Expand Down

0 comments on commit 492630d

Please sign in to comment.