1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

Add flaky test retry

This commit is contained in:
Jake Barnby 2024-06-04 20:10:45 +12:00
parent f459a5c458
commit 5b3a3d5bf9
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -2,6 +2,7 @@
namespace Tests\E2E\Services\Functions;
use Appwrite\Tests\Retry;
use CURLFile;
use Tests\E2E\Client;
use Tests\E2E\Scopes\ProjectCustom;
@ -42,6 +43,7 @@ class FunctionsCustomClientTest extends Scope
return [];
}
#[Retry(count: 2)]
public function testCreateExecution(): array
{
/**