Skip to content

Commit 0573b09

Browse files
sridarnaFedeAlonso
andauthored
Quarantine models serving tests (opendatahub-io#5783)
Co-authored-by: Fede Alonso <fealonso@redhat.com>
1 parent 0111021 commit 0573b09

4 files changed

Lines changed: 24 additions & 7 deletions

File tree

packages/cypress/cypress/tests/e2e/dataScienceProjects/models/testDeployLLMDServing.cy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ let modelType: string;
3232
let resourceType: string;
3333
let Image: string;
3434

35-
describe('A user can deploy an LLMD model', () => {
35+
describe('[Product Bug: RHOAIENG-42335] A user can deploy an LLMD model', () => {
3636
retryableBefore(() => {
3737
cy.log('Loading test data');
3838
return loadDSPFixture('e2e/dataScienceProjects/testDeployLLMDServing.yaml')
@@ -74,7 +74,7 @@ describe('A user can deploy an LLMD model', () => {
7474
it(
7575
'Verify User Can Deploy an LLMD Model in Deployments',
7676
{
77-
tags: ['@Smoke', '@SmokeSet3', '@Dashboard', '@ModelServing', '@NonConcurrent'],
77+
tags: ['@Smoke', '@SmokeSet3', '@Dashboard', '@ModelServing', '@NonConcurrent', '@Bug'],
7878
},
7979
() => {
8080
cy.step(`Log into the application with ${HTPASSWD_CLUSTER_ADMIN_USER.USERNAME}`);

packages/cypress/cypress/tests/e2e/dataScienceProjects/models/testSingleModelAdminCreation.cy.ts

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ let modelFilePath: string;
2525
const awsBucket = 'BUCKET_1' as const;
2626
const uuid = generateTestUUID();
2727

28-
describe('Verify Admin Single Model Creation and Validation using the UI', () => {
28+
describe('[Product Bug: RHOAIENG-42335] Verify Admin Single Model Creation and Validation using the UI', () => {
2929
retryableBefore(() =>
3030
// Setup: Load test data and ensure clean state
3131
loadDSPFixture('e2e/dataScienceProjects/testSingleModelAdminCreation.yaml').then(
@@ -57,7 +57,15 @@ describe('Verify Admin Single Model Creation and Validation using the UI', () =>
5757
it(
5858
'Verify that an Admin can Serve, Query a Single Model using both the UI and External links',
5959
{
60-
tags: ['@Smoke', '@SmokeSet3', '@ODS-2626', '@Dashboard', '@ModelServing', '@NonConcurrent'],
60+
tags: [
61+
'@Smoke',
62+
'@SmokeSet3',
63+
'@ODS-2626',
64+
'@Dashboard',
65+
'@ModelServing',
66+
'@NonConcurrent',
67+
'@Bug',
68+
],
6169
},
6270
() => {
6371
cy.log('Model Name:', modelName);

packages/cypress/cypress/tests/e2e/dataScienceProjects/models/testSingleModelContributorCreation.cy.ts

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ let modelFilePath: string;
2525
const awsBucket = 'BUCKET_3' as const;
2626
const uuid = generateTestUUID();
2727

28-
describe('Verify Model Creation and Validation using the UI', () => {
28+
describe('[Product Bug: RHOAIENG-42335] Verify Model Creation and Validation using the UI', () => {
2929
retryableBefore(() =>
3030
// Setup: Load test data and ensure clean state
3131
loadDSPFixture('e2e/dataScienceProjects/testSingleModelContributorCreation.yaml').then(
@@ -59,7 +59,15 @@ describe('Verify Model Creation and Validation using the UI', () => {
5959
it(
6060
'Verify that a Non Admin can Serve and Query a Model using the UI',
6161
{
62-
tags: ['@Smoke', '@SmokeSet3', '@ODS-2552', '@Dashboard', '@ModelServing', '@NonConcurrent'],
62+
tags: [
63+
'@Smoke',
64+
'@SmokeSet3',
65+
'@ODS-2552',
66+
'@Dashboard',
67+
'@ModelServing',
68+
'@NonConcurrent',
69+
'@Bug',
70+
],
6371
},
6472
() => {
6573
cy.log('Model Name:', modelName);

packages/cypress/cypress/tests/e2e/settings/hardwareProfiles/testModelServingTolerations.cy.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const awsBucket = 'BUCKET_3' as const;
3535
const projectUuid = generateTestUUID();
3636
const hardwareProfileUuid = generateTestUUID();
3737

38-
describe('ModelServing - tolerations tests', () => {
38+
describe('[Product Bug: RHOAIENG-42335] ModelServing - tolerations tests', () => {
3939
retryableBefore(() => {
4040
Cypress.on('uncaught:exception', (err) => {
4141
if (err.message.includes('Error: secrets "ds-pipeline-config" already exists')) {
@@ -105,6 +105,7 @@ describe('ModelServing - tolerations tests', () => {
105105
'@Dashboard',
106106
'@Smoke',
107107
'@SmokeSet3',
108+
'@Bug',
108109
],
109110
},
110111
() => {

0 commit comments

Comments
 (0)