diff --git a/tests/e2e/Services/Account/AccountCustomClientTest.php b/tests/e2e/Services/Account/AccountCustomClientTest.php index 65567b22e5..9971b1bca3 100644 --- a/tests/e2e/Services/Account/AccountCustomClientTest.php +++ b/tests/e2e/Services/Account/AccountCustomClientTest.php @@ -3,6 +3,7 @@ namespace Tests\E2E\Services\Account; use Appwrite\SMS\Adapter\Mock; +use Appwrite\Tests\Retry; use Tests\E2E\Client; use Tests\E2E\Scopes\Scope; use Tests\E2E\Scopes\ProjectCustom; @@ -923,6 +924,7 @@ class AccountCustomClientTest extends Scope /** * @depends testUpdatePhone */ + #[Retry(count: 1)] public function testPhoneVerification(array $data): array { $session = $data['session'] ?? ''; diff --git a/tests/e2e/Services/Users/UsersBase.php b/tests/e2e/Services/Users/UsersBase.php index ac3b116b32..330681707d 100644 --- a/tests/e2e/Services/Users/UsersBase.php +++ b/tests/e2e/Services/Users/UsersBase.php @@ -874,6 +874,7 @@ trait UsersBase /** * @depends testGetUser */ + #[Retry(count: 1)] public function testUpdateAndGetUserPrefs(array $data): array { /**