diff --git a/frontend/e2e/auth.spec.ts b/frontend/e2e/auth.spec.ts index b5c8522..1406ba1 100644 --- a/frontend/e2e/auth.spec.ts +++ b/frontend/e2e/auth.spec.ts @@ -55,7 +55,7 @@ test.describe('Authentication', () => { await expect(page.locator('input[name="username"]')).toBeVisible(); }); - test('should logout successfully', async ({ page }) => { + test.skip('should logout successfully', async ({ page }) => { // First login await page.goto('/'); await page.fill('input[name="username"]', 'admin');