From 5427ab4dbc1120e6bd2017011dc7f6e667f18f61 Mon Sep 17 00:00:00 2001 From: Quentin Bisson Date: Sun, 22 Sep 2024 19:08:50 +0200 Subject: [PATCH] Update tests/ats/test_sloth.py --- tests/ats/test_sloth.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/ats/test_sloth.py b/tests/ats/test_sloth.py index 498abf5..fddbf25 100644 --- a/tests/ats/test_sloth.py +++ b/tests/ats/test_sloth.py @@ -68,7 +68,6 @@ def wait_for_deployments(kube_cluster: Cluster) -> List[pykube.Deployment]: # this additional delay and retries # -- Checking that sloth pods are available @pytest.mark.smoke -# @pytest.mark.flaky(reruns=5, reruns_delay=10) def test_sloth_creates_prometheus_rules(kube_cluster: Cluster, deployments: List[pykube.Deployment]): # loop over the list of deployments to make sure the pods are running for d in deployments: