mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Add flaky test to account update password
This commit is contained in:
@@ -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'] ?? '';
|
||||
|
||||
Reference in New Issue
Block a user