We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da8924 commit 52746f8Copy full SHA for 52746f8
docker/mongodb-kubernetes-tests/tests/replicaset/replica_set_pv.py
@@ -22,6 +22,7 @@ def test_replica_set_sts_exists(self):
22
sts = self.appsv1.read_namespaced_stateful_set("rs001-pv", self.namespace)
23
assert sts
24
25
+ @pytest.mark.flaky(reruns=3, reruns_delay=2)
26
def test_sts_creation(self):
27
28
requirements.txt
@@ -49,3 +49,4 @@ types-python-dateutil==2.9.0.20250809
49
pipupgrade==1.12.0
50
pytest-cov==6.2.1
51
pytest-socket==0.7.0
52
+pytest-rerunfailures==16.0
0 commit comments