Skip to content

Commit fc0a064

Browse files
authored
Quarantine model serving tests rhoaieng 28128 (opendatahub-io#4404)
* Quarantine model serving tests * lint fixes
1 parent 0744507 commit fc0a064

File tree

4 files changed

+24
-7
lines changed

4 files changed

+24
-7
lines changed

frontend/src/__tests__/cypress/cypress/tests/e2e/dataScienceProjects/models/testDeployOCIModel.cy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ describe(
5555
});
5656

5757
it(
58-
'Verify User Can Create an OCI Connection in DS Connections Page And Deploy the Model',
59-
{ tags: ['@Smoke', '@SmokeSet3', '@Dashboard', '@Modelserving', '@NonConcurrent'] },
58+
'[Product Bug: RHOAIENG-28128] Verify User Can Create an OCI Connection in DS Connections Page And Deploy the Model',
59+
{ tags: ['@Smoke', '@SmokeSet3', '@Dashboard', '@Modelserving', '@NonConcurrent', '@Bug'] },
6060
() => {
6161
cy.step(`Navigate to DS Project ${projectName}`);
6262
cy.visitWithLogin('/', HTPASSWD_CLUSTER_ADMIN_USER);

frontend/src/__tests__/cypress/cypress/tests/e2e/dataScienceProjects/models/testMultiModelAdminCreation.cy.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ describe('Verify Admin Multi Model Creation and Validation using the UI', () =>
5959
});
6060

6161
it(
62-
'Verify that an Admin can Serve, Query a Multi Model using both the UI and External links',
62+
'[Product Bug: RHOAIENG-28128] Verify that an Admin can Serve, Query a Multi Model using both the UI and External links',
6363
{
6464
tags: [
6565
'@Smoke',
@@ -69,6 +69,7 @@ describe('Verify Admin Multi Model Creation and Validation using the UI', () =>
6969
'@Dashboard',
7070
'@Modelserving',
7171
'@NonConcurrent',
72+
'@Bug',
7273
],
7374
},
7475
() => {

frontend/src/__tests__/cypress/cypress/tests/e2e/dataScienceProjects/models/testSingleModelAdminCreation.cy.ts

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,17 @@ describe('Verify Admin Single Model Creation and Validation using the UI', () =>
5959
});
6060

6161
it(
62-
'Verify that an Admin can Serve, Query a Single Model using both the UI and External links',
62+
'[Product Bug: RHOAIENG-28128] Verify that an Admin can Serve, Query a Single Model using both the UI and External links',
6363
{
64-
tags: ['@Smoke', '@SmokeSet3', '@ODS-2626', '@Dashboard', '@Modelserving', '@NonConcurrent'],
64+
tags: [
65+
'@Smoke',
66+
'@SmokeSet3',
67+
'@ODS-2626',
68+
'@Dashboard',
69+
'@Modelserving',
70+
'@NonConcurrent',
71+
'@Bug',
72+
],
6573
},
6674
() => {
6775
cy.log('Model Name:', modelName);

frontend/src/__tests__/cypress/cypress/tests/e2e/dataScienceProjects/models/testSingleModelContributorCreation.cy.ts

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,17 @@ describe('Verify Model Creation and Validation using the UI', () => {
6464
});
6565

6666
it(
67-
'Verify that a Non Admin can Serve and Query a Model using the UI',
67+
'[Product Bug: RHOAIENG-28128] Verify that a Non Admin can Serve and Query a Model using the UI',
6868
{
69-
tags: ['@Smoke', '@SmokeSet3', '@ODS-2552', '@Dashboard', '@Modelserving', '@NonConcurrent'],
69+
tags: [
70+
'@Smoke',
71+
'@SmokeSet3',
72+
'@ODS-2552',
73+
'@Dashboard',
74+
'@Modelserving',
75+
'@NonConcurrent',
76+
'@Bug',
77+
],
7078
},
7179
() => {
7280
cy.log('Model Name:', modelName);

0 commit comments

Comments
 (0)