From 6ac24934453d47a05fa7c9f46b6076befb4f203d Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Thu, 8 Sep 2022 10:37:58 +1200 Subject: [PATCH] Add retry for update account recovery --- tests/e2e/Services/Account/AccountBase.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/e2e/Services/Account/AccountBase.php b/tests/e2e/Services/Account/AccountBase.php index 90254a1489..69ac671167 100644 --- a/tests/e2e/Services/Account/AccountBase.php +++ b/tests/e2e/Services/Account/AccountBase.php @@ -1185,6 +1185,7 @@ trait AccountBase /** * @depends testCreateAccountRecovery */ + #[Retry(count: 1)] public function testUpdateAccountRecovery($data): array { $id = $data['id'] ?? '';