Skip to content

Commit 1dfe5f6

Browse files
authored
Quarantine-model-serving-tests (opendatahub-io#5240)
1 parent 8303c6e commit 1dfe5f6

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,14 @@ describe(
8080
it(
8181
'Verify User Can Create an OCI Connection in DS Connections Page And Deploy the Model',
8282
{
83-
tags: ['@Smoke', '@SmokeSet3', '@Dashboard', '@Modelserving', '@NonConcurrent'],
83+
tags: [
84+
'@Smoke',
85+
'@SmokeSet3',
86+
'@Dashboard',
87+
'@Modelserving',
88+
'@NonConcurrent',
89+
'@Maintain',
90+
],
8491
},
8592
() => {
8693
cy.step(`Navigate to DS Project ${projectName}`);

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ describe('Verify a model can be deployed from a PVC', () => {
6969
});
7070
it(
7171
'should deploy a model from a PVC',
72-
{ tags: ['@Smoke', '@SmokeSet3', '@Dashboard', '@Modelserving'] },
72+
{ tags: ['@Smoke', '@SmokeSet3', '@Dashboard', '@Modelserving', '@Maintain'] },
7373
() => {
7474
cy.step('log into application with ${HTPASSWD_CLUSTER_ADMIN_USER.USERNAME}');
7575
cy.visitWithLogin('/', HTPASSWD_CLUSTER_ADMIN_USER);

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ describe('A model can be stopped and started', () => {
5757
it(
5858
'Verify that a model can be stopped and started',
5959
{
60-
tags: ['@Smoke', '@SmokeSet3', '@Dashboard', '@Modelserving', '@NonConcurrent'],
60+
tags: ['@Smoke', '@SmokeSet3', '@Dashboard', '@Modelserving', '@NonConcurrent', '@Maintain'],
6161
},
6262
() => {
6363
cy.log('Model Name:', modelName);

0 commit comments

Comments
 (0)