1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

Add flaky test to account update password

This commit is contained in:
Jake Barnby 2022-08-28 12:45:37 +12:00
parent bbeeb356ab
commit 3a5db3e45f

View file

@ -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'] ?? '';