Skip to content

Commit

Permalink
add retry to test_delete_route_on_peer for flakyness
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham3121 committed Jun 28, 2024
1 parent a95a815 commit feaa0d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/network/gateway_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,7 @@ def test_add_route_on_peer(set_env_var, gateway_port: int, domain_1_port: int) -


@pytest.mark.network
@pytest.mark.flaky(reruns=2, reruns_delay=2)
def test_delete_route_on_peer(
set_env_var, gateway_port: int, domain_1_port: int
) -> None:
Expand Down

0 comments on commit feaa0d4

Please sign in to comment.