diff --git a/tests/data/jwt-auth-mergeable/tokens/jwt-auth-minion-token.jwt b/tests/data/jwt-auth-mergeable/tokens/jwt-auth-minion-token.jwt index 559b7d04d3..7b542ed848 100644 --- a/tests/data/jwt-auth-mergeable/tokens/jwt-auth-minion-token.jwt +++ b/tests/data/jwt-auth-mergeable/tokens/jwt-auth-minion-token.jwt @@ -1 +1 @@ -eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiIsImtpZCI6IjAwMDEifQ.eyJuYW1lIjoiUXVvdGF0aW9uIFN5c3RlbSIsInN1YiI6InF1b3RlcyIsImV4cCI6IjE2NDE3MTY1NDkiLCJpc3MiOiJNeSBBUEkgR2F0ZXdheSJ9.wXHR9Tkvfup893mYQy2RssnsXJT9UW2aNrzVNF38_cM \ No newline at end of file +eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiIsImtpZCI6IjAwMDEifQ.eyJuYW1lIjoiUXVvdGF0aW9uIFN5c3RlbSIsInN1YiI6InF1b3RlcyIsImlzcyI6Ik15IEFQSSBHYXRld2F5In0.E4Onuo44Qjz1rSNEKLqMFGCAesui2ELx3C79Aa0_XpY \ No newline at end of file diff --git a/tests/suite/test_v_s_route_focused_canary.py b/tests/suite/test_v_s_route_focused_canary.py index 9f41a6c133..0c160a625f 100644 --- a/tests/suite/test_v_s_route_focused_canary.py +++ b/tests/suite/test_v_s_route_focused_canary.py @@ -109,6 +109,7 @@ def fin(): return VSRAdvancedRoutingSetup(ns_1, vs_host, vs_name, route, backends_url) +@pytest.mark.flaky(max_runs=3) @pytest.mark.vsr @pytest.mark.parametrize('crd_ingress_controller, vsr_canary_setup', [({"type": "complete", "extra_args": [f"-enable-custom-resources"]}, diff --git a/tests/suite/test_virtual_server_grpc.py b/tests/suite/test_virtual_server_grpc.py index 88ac5e7b81..e231d765b7 100644 --- a/tests/suite/test_virtual_server_grpc.py +++ b/tests/suite/test_virtual_server_grpc.py @@ -134,6 +134,7 @@ def test_connect_grpc_backend(self, kube_apis, ingress_controller_prerequisites, print(e.details()) pytest.fail("RPC error was not expected during call, exiting...") + @pytest.mark.flaky(max_runs=3) @pytest.mark.parametrize("backend_setup", [{"app_type": "grpc-vs"}], indirect=True) def test_grpc_error_intercept(self, kube_apis, ingress_controller_prerequisites, crd_ingress_controller, backend_setup, virtual_server_setup):