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 e76fdb6 commit 5a7cc55Copy full SHA for 5a7cc55
docker/mongodb-kubernetes-tests/tests/replicaset/replica_set.py
@@ -117,6 +117,7 @@ def test_replica_set_sts_exists(self):
117
sts = self.appsv1.read_namespaced_stateful_set(RESOURCE_NAME, self.namespace)
118
assert sts
119
120
+ @pytest.mark.flaky(reruns=15, reruns_delay=5)
121
def test_sts_creation(self):
122
123
0 commit comments