diff --git a/openmetadata-ui/src/main/resources/ui/cypress/e2e/Features/CustomMetric.spec.ts b/openmetadata-ui/src/main/resources/ui/cypress/e2e/Features/CustomMetric.spec.ts index f32b21380660..329481b0340a 100644 --- a/openmetadata-ui/src/main/resources/ui/cypress/e2e/Features/CustomMetric.spec.ts +++ b/openmetadata-ui/src/main/resources/ui/cypress/e2e/Features/CustomMetric.spec.ts @@ -246,7 +246,7 @@ const deleteCustomMetric = ({ toastNotification(`"${metric.name}" deleted successfully!`); }; -describe('Custom Metric', { tags: 'Observability' }, () => { +describe.skip('Custom Metric', { tags: 'Observability' }, () => { before(() => { cy.login(); cy.getAllLocalStorage().then((data) => {