Skip to content

Commit

Permalink
skip custom metric as it's hang AUTs
Browse files Browse the repository at this point in the history
  • Loading branch information
chirag-madlani committed Aug 7, 2024
1 parent def0274 commit 8e17798
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 8e17798

Please sign in to comment.