Skip to content

Commit

Permalink
add flaky label to some flaky tests (#5955)
Browse files Browse the repository at this point in the history
add flaky label
  • Loading branch information
Jim Ryan authored Jul 4, 2024
1 parent 2df200d commit ad77d6a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/suite/test_ac_policies_vsr.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def restore_default_vsr(self, kube_apis, v_s_route_setup) -> None:
)
wait_before_test()

@pytest.mark.flaky(max_runs=3)
def test_deny_policy_vsr(
self,
kube_apis,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def fin():
indirect=["crd_ingress_controller", "vsr_weight_changes_dynamic_reload_many_splits_setup"],
)
class TestVSRWeightChangesDynamicReloadManySplits:

@pytest.mark.flaky(max_runs=3)
def test_vsr_weight_changes_dynamic_reload_many_splits(
self, kube_apis, crd_ingress_controller, vsr_weight_changes_dynamic_reload_many_splits_setup
) -> None:
Expand Down
1 change: 1 addition & 0 deletions tests/suite/test_virtual_server_use_cluster_ip_reloads.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
indirect=True,
)
class TestVSUseClusterIP:
@pytest.mark.flaky(max_runs=3)
def test_use_cluster_ip_reloads(
self, kube_apis, ingress_controller_endpoint, crd_ingress_controller, virtual_server_setup
):
Expand Down

0 comments on commit ad77d6a

Please sign in to comment.