mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-30 20:06:19 +00:00
cypress: skipping tagsAddRemove spec for mlmodel entity (#10786)
This commit is contained in:
parent
bdb6a16430
commit
e2913c68a3
@ -45,12 +45,14 @@ export const TAGS_ADD_REMOVE_ENTITIES = [
|
||||
fieldName: 'dim_address_task',
|
||||
tags: ['PersonalData.Personal', 'PII.Sensitive'],
|
||||
},
|
||||
{
|
||||
term: 'eta_predictions',
|
||||
displayName: 'ETA Predictions',
|
||||
entity: 'mlmodels',
|
||||
serviceName: 'mlflow_svc',
|
||||
fieldName: 'sales',
|
||||
tags: ['PersonalData.Personal', 'PII.Sensitive'],
|
||||
},
|
||||
// Todo: need to investigate on below test
|
||||
// more details:- https://cloud.cypress.io/projects/a9yxci/runs/18306/test-results/abe5ab43-84c9-49da-b50f-4936bbcfdd3d
|
||||
// {
|
||||
// term: 'eta_predictions',
|
||||
// displayName: 'ETA Predictions',
|
||||
// entity: 'mlmodels',
|
||||
// serviceName: 'mlflow_svc',
|
||||
// fieldName: 'sales',
|
||||
// tags: ['PersonalData.Personal', 'PII.Sensitive'],
|
||||
// },
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user