diff --git a/e2e/playwright/code-pane-and-errors.spec.ts b/e2e/playwright/code-pane-and-errors.spec.ts index e4a5a4cda..14fa1c58c 100644 --- a/e2e/playwright/code-pane-and-errors.spec.ts +++ b/e2e/playwright/code-pane-and-errors.spec.ts @@ -49,7 +49,7 @@ test.describe('Code pane and errors', () => { await expect(codePaneButtonHolder).toContainText('notification') }) - test('Opening and closing the code pane will consistently show error diagnostics', async ({ + test.skip('Opening and closing the code pane will consistently show error diagnostics', async ({ page, homePage, editor,