Skip to content

Commit

Permalink
Update tests/ats/test_sloth.py
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinBisson authored Sep 22, 2024
1 parent a775768 commit 5427ab4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/ats/test_sloth.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5427ab4

Please sign in to comment.