This commit is contained in:
Hemachandar
2026-02-13 13:01:18 +05:30
parent b6ef370fc0
commit 18d8dd41bb
2 changed files with 5 additions and 5 deletions
@@ -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