test(e2e): skip quota notifications for now (#6337)

This commit is contained in:
Elio Bischof 2023-08-09 07:14:17 +02:00 committed by GitHub
parent 8dc1fd06a1
commit 9aed9f9186
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'));