Skip to content

Commit

Permalink
Remove duplicate test.
Browse files Browse the repository at this point in the history
The `peer_up_peer_down()` test already covers this case.
  • Loading branch information
ximon18 authored Sep 12, 2023
1 parent ffb8078 commit 5952c90
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/units/bmp_in/state_machine/states/dumping.rs
Original file line number Diff line number Diff line change
Expand Up @@ -745,10 +745,6 @@ mod tests {
#[ignore = "to do"]
fn end_of_rib_for_all_pending_peers() {}

#[test]
#[ignore = "to do"]
fn peer_down_withdraws_correct_routes() {}

#[tokio::test]
async fn route_monitoring_invalid_message() {
// Given
Expand Down

0 comments on commit 5952c90

Please sign in to comment.