Skip to content

Commit

Permalink
mark test_prometheus_rule_failures as flaky
Browse files Browse the repository at this point in the history
Signed-off-by: fbalak <[email protected]>
  • Loading branch information
fbalak committed Jan 21, 2025
1 parent 1f886a1 commit 1e0e42a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import logging

from flaky import flaky
import pytest

from ocs_ci.framework.pytest_customization.marks import (
Expand Down Expand Up @@ -36,6 +37,7 @@ def test_alerting_works(threading_lock):
@pytest.mark.polarion_id("OCS-2503")
@bugzilla("1897674")
@tier1
@flaky(max_runs=3)
def test_prometheus_rule_failures(threading_lock):
"""
There should be no PrometheusRuleFailures alert when OCS is configured.
Expand Down

0 comments on commit 1e0e42a

Please sign in to comment.