mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
ciIgnore
This commit is contained in:
@@ -297,7 +297,7 @@ class TeamsServerTest extends Scope
|
||||
$this->assertEquals(204, $team['headers']['status-code']);
|
||||
}
|
||||
|
||||
/** @group ci-ignore */
|
||||
/** @group ciIgnore */
|
||||
public function testDeleteTeam()
|
||||
{
|
||||
$team = $this->testCreateTeam();
|
||||
|
||||
@@ -6152,7 +6152,7 @@ class ProjectsConsoleClientTest extends Scope
|
||||
}
|
||||
|
||||
/**
|
||||
* @group ci-ignore
|
||||
* @group ciIgnore
|
||||
*/
|
||||
public function testProjectSpecificPermissionsForListProjects(): void
|
||||
{
|
||||
@@ -6240,7 +6240,7 @@ class ProjectsConsoleClientTest extends Scope
|
||||
}
|
||||
|
||||
/**
|
||||
* @group ci-ignore
|
||||
* @group ciIgnore
|
||||
*/
|
||||
public function testProjectSpecificPermissionsForUpdateProject(): void
|
||||
{
|
||||
@@ -6349,7 +6349,7 @@ class ProjectsConsoleClientTest extends Scope
|
||||
}
|
||||
|
||||
/**
|
||||
* @group ci-ignore
|
||||
* @group ciIgnore
|
||||
*/
|
||||
public function testProjectSpecificPermissionsForDeleteProject(): void
|
||||
{
|
||||
@@ -6447,7 +6447,7 @@ class ProjectsConsoleClientTest extends Scope
|
||||
}
|
||||
|
||||
/**
|
||||
* @group ci-ignore
|
||||
* @group ciIgnore
|
||||
* Test project specific permissions for project resources, in this case 'function variables'.
|
||||
*/
|
||||
public function testProjectSpecificPermissionsForProjectResources(): void
|
||||
|
||||
Reference in New Issue
Block a user