mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Improve flakyness
This commit is contained in:
@@ -418,6 +418,7 @@ class SitesCustomServerTest extends Scope
|
||||
$this->cleanupSite($siteId);
|
||||
}
|
||||
|
||||
#[Retry(count: 3)]
|
||||
public function testAdapterDetectionAstroStatic(): void
|
||||
{
|
||||
$siteId = $this->setupSite([
|
||||
@@ -1508,7 +1509,8 @@ class SitesCustomServerTest extends Scope
|
||||
|
||||
$this->cleanupSite($siteId);
|
||||
}
|
||||
|
||||
|
||||
#[Retry(count: 3)]
|
||||
public function testSiteTemplate(): void
|
||||
{
|
||||
$template = $this->getTemplate('playground-for-astro');
|
||||
|
||||
Reference in New Issue
Block a user