From 9aed9f91866b331ca449d3880e07f7c2df0bfe4b Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Wed, 9 Aug 2023 07:14:17 +0200 Subject: [PATCH] test(e2e): skip quota notifications for now (#6337) --- e2e/cypress/e2e/quotas/quotas.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/cypress/e2e/quotas/quotas.cy.ts b/e2e/cypress/e2e/quotas/quotas.cy.ts index 3c8fa6c583..d7a04b1961 100644 --- a/e2e/cypress/e2e/quotas/quotas.cy.ts +++ b/e2e/cypress/e2e/quotas/quotas.cy.ts @@ -149,7 +149,7 @@ describe('quotas', () => { }); }); - describe('notifications', () => { + describe.skip('notifications', () => { const callURL = `http://${Cypress.env('WEBHOOK_HANDLER_HOST')}:${Cypress.env('WEBHOOK_HANDLER_PORT')}/do_something`; beforeEach(() => cy.task('resetWebhookEvents'));