Skip to content

Commit

Permalink
Adding skips back in
Browse files Browse the repository at this point in the history
  • Loading branch information
jonvanausdeln committed Dec 20, 2024
1 parent b99414b commit f4cc24d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/areas/new-project-wizard/new-project-python.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 }) {
Expand Down Expand Up @@ -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 }) {
Expand Down

0 comments on commit f4cc24d

Please sign in to comment.