From f4cc24dcdbb55d2df3cabef75b52be70d01fe690 Mon Sep 17 00:00:00 2001 From: Jon Vanausdeln Date: Fri, 20 Dec 2024 09:49:12 -0800 Subject: [PATCH] Adding skips back in --- test/e2e/areas/new-project-wizard/new-project-python.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/areas/new-project-wizard/new-project-python.test.ts b/test/e2e/areas/new-project-wizard/new-project-python.test.ts index ffab6f307e6..6b8c227c316 100644 --- a/test/e2e/areas/new-project-wizard/new-project-python.test.ts +++ b/test/e2e/areas/new-project-wizard/new-project-python.test.ts @@ -61,7 +61,7 @@ test.describe('Python - New Project Wizard', { tag: [tags.NEW_PROJECT_WIZARD] }, await app.workbench.positronQuickaccess.runCommand('workbench.action.toggleAuxiliaryBar'); }); - test('With ipykernel already installed [C609619]', { + test.skip('With ipykernel already installed [C609619]', { tag: [tags.WIN], annotation: [{ type: 'issue', description: 'https://github.com/posit-dev/positron/issues/5730' }], }, async function ({ app, page, python }) { @@ -99,7 +99,7 @@ test.describe('Python - New Project Wizard', { tag: [tags.NEW_PROJECT_WIZARD] }, await expect(app.workbench.positronConsole.activeConsole.getByText('>>>')).toBeVisible({ timeout: 90000 }); }); - test('With ipykernel not already installed [C609617]', { + test.skip('With ipykernel not already installed [C609617]', { tag: [tags.WIN], annotation: [{ type: 'issue', description: 'https://github.com/posit-dev/positron/issues/5730' }], }, async function ({ app, page }) {