From 8e17798ac26ac02851a9d091ecb9ad4bc2804de3 Mon Sep 17 00:00:00 2001 From: Chira Madlani Date: Wed, 7 Aug 2024 10:56:08 +0530 Subject: [PATCH] skip custom metric as it's hang AUTs --- .../main/resources/ui/cypress/e2e/Features/CustomMetric.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => {