mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +00:00
test(e2e): skip quota notifications for now (#6337)
This commit is contained in:
parent
8dc1fd06a1
commit
9aed9f9186
@ -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`;
|
const callURL = `http://${Cypress.env('WEBHOOK_HANDLER_HOST')}:${Cypress.env('WEBHOOK_HANDLER_PORT')}/do_something`;
|
||||||
|
|
||||||
beforeEach(() => cy.task('resetWebhookEvents'));
|
beforeEach(() => cy.task('resetWebhookEvents'));
|
||||||
|
Loading…
Reference in New Issue
Block a user