diff --git a/tests/playwright/tests/db/features/webhook.spec.ts b/tests/playwright/tests/db/features/webhook.spec.ts index 988670aba2..5fc9b8ef3a 100644 --- a/tests/playwright/tests/db/features/webhook.spec.ts +++ b/tests/playwright/tests/db/features/webhook.spec.ts @@ -132,7 +132,6 @@ test.describe.serial('Webhook', () => { }); test('CRUD', async ({ request, page }) => { - test.slow(); // Waiting for the server to start await page.waitForTimeout(1000);