Skip to content

Commit 6dd4e60

Browse files
committed
Quarantine e2e test
1 parent 4c8e011 commit 6dd4e60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/cypress/cypress/tests/e2e/modelTraining/testProjectAccessPermissions.cy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { generateTestUUID } from '../../../utils/uuidGenerator';
1616
import { getCustomResource } from '../../../utils/oc_commands/customResources';
1717
import type { TrainJobTestData } from '../../../types';
1818

19-
describe('Verify project access for user types in Training Jobs', () => {
19+
describe('[Automation Task: RHOAIENG-46611] Verify project access for user types in Training Jobs', () => {
2020
let testData: TrainJobTestData;
2121
let skipTest = false;
2222
let projectName: string;
@@ -156,7 +156,7 @@ describe('Verify project access for user types in Training Jobs', () => {
156156

157157
it(
158158
'Regular user can access project after admin grants permission',
159-
{ tags: ['@Sanity', '@SanitySet1', '@ModelTraining'] },
159+
{ tags: ['@Sanity', '@SanitySet1', '@ModelTraining', '@Maintain'] },
160160
() => {
161161
cy.step('Grant edit role to regular user via oc command');
162162
addUserToProject(projectName, LDAP_CONTRIBUTOR_USER.USERNAME, 'edit');

0 commit comments

Comments
 (0)