Skip to content

Commit 5a7cc55

Browse files
committed
use rerunfailures
1 parent e76fdb6 commit 5a7cc55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/mongodb-kubernetes-tests/tests/replicaset/replica_set.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ def test_replica_set_sts_exists(self):
117117
sts = self.appsv1.read_namespaced_stateful_set(RESOURCE_NAME, self.namespace)
118118
assert sts
119119

120+
@pytest.mark.flaky(reruns=15, reruns_delay=5)
120121
def test_sts_creation(self):
121122
sts = self.appsv1.read_namespaced_stateful_set(RESOURCE_NAME, self.namespace)
122123

0 commit comments

Comments
 (0)