From 3a5db3e45fa8286db2025eb1ee2a477a6fdf54b3 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Sun, 28 Aug 2022 12:45:37 +1200 Subject: [PATCH] Add flaky test to account update password --- tests/e2e/Services/Account/AccountBase.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/e2e/Services/Account/AccountBase.php b/tests/e2e/Services/Account/AccountBase.php index 283c76a34..97da90a94 100644 --- a/tests/e2e/Services/Account/AccountBase.php +++ b/tests/e2e/Services/Account/AccountBase.php @@ -2,6 +2,7 @@ namespace Tests\E2E\Services\Account; +use Appwrite\Tests\FlakyTest; use Tests\E2E\Client; trait AccountBase @@ -517,6 +518,7 @@ trait AccountBase /** * @depends testUpdateAccountName */ + #[FlakyTest(retries: 1)] public function testUpdateAccountPassword($data): array { $email = $data['email'] ?? '';