cypress: skipping tagsAddRemove spec for mlmodel entity (#10786)

This commit is contained in:
Shailesh Parmar 2023-03-28 00:24:24 +05:30 committed by GitHub
parent bdb6a16430
commit e2913c68a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,12 +45,14 @@ export const TAGS_ADD_REMOVE_ENTITIES = [
fieldName: 'dim_address_task', fieldName: 'dim_address_task',
tags: ['PersonalData.Personal', 'PII.Sensitive'], tags: ['PersonalData.Personal', 'PII.Sensitive'],
}, },
{ // Todo: need to investigate on below test
term: 'eta_predictions', // more details:- https://cloud.cypress.io/projects/a9yxci/runs/18306/test-results/abe5ab43-84c9-49da-b50f-4936bbcfdd3d
displayName: 'ETA Predictions', // {
entity: 'mlmodels', // term: 'eta_predictions',
serviceName: 'mlflow_svc', // displayName: 'ETA Predictions',
fieldName: 'sales', // entity: 'mlmodels',
tags: ['PersonalData.Personal', 'PII.Sensitive'], // serviceName: 'mlflow_svc',
}, // fieldName: 'sales',
// tags: ['PersonalData.Personal', 'PII.Sensitive'],
// },
]; ];