Skip to content

Commit df4dfe5

Browse files
Remvoed WIN tag (#8781)
The notebook new folder flow tests assumes the `uv` is used for the interpreter and looks for it to contain `python-notebook-runtime`. However, windows CI doesn't currently have `uv` installed. * Removes the WIN tag * Adds INTERPRETER tag ### QA Notes @:win <!-- Positron team members: please add relevant e2e test tags, so the tests can be run when you open this pull request. - Instructions: https://github.com/posit-dev/positron/blob/main/test/e2e/README.md#pull-requests-and-test-tags - Available tags: https://github.com/posit-dev/positron/blob/main/test/e2e/infra/test-runner/test-tags.ts --> <!-- Add additional information for QA on how to validate the change, paying special attention to the level of risk, adjacent areas that could be affected by the change, and any important contextual information not present in the linked issues. -->
1 parent 25b1934 commit df4dfe5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/e2e/tests/new-folder-flow/new-folder-flow-jupyter.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ test.describe('New Folder Flow: Jupyter Project', {
2121
await settings.set({ 'interpreters.startupBehavior': 'auto' }, { waitMs: 5000 });
2222
});
2323

24+
// Removing WIN tag until we get uv into windows CI as this expects uv to be the interpreter
2425
test('Jupyter Folder Defaults', {
25-
tag: [tags.CRITICAL, tags.WIN]
26+
tag: [tags.CRITICAL, tags.INTERPRETER]
2627
}, async function ({ app, settings }) {
2728
const folderName = addRandomNumSuffix('python-notebook-runtime');
2829

0 commit comments

Comments
 (0)