Skip to content

Commit 3ef5f53

Browse files
Artmannclaude
andcommitted
docs: add note about closed upstream issue in test skip
Updates test skip comment in api.jupyterProvider.vscode.test.ts to note that the upstream issue #14338 was closed in December 2023. The skip may no longer be necessary but requires testing in a conda environment to confirm before removal. The issue was related to a temporary Jupyter Notebook/Traitlets compatibility problem that has since been resolved upstream. Reference: microsoft/vscode-jupyter#14338 Addresses CodeRabbit review feedback. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent b11afac commit 3ef5f53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/standalone/api/unstable/api.jupyterProvider.vscode.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ suite('Jupyter Provider Tests', function () {
4545
}
4646
if (IS_CONDA_TEST()) {
4747
// Due to upstream issue documented here https://github.com/microsoft/vscode-jupyter/issues/14338
48+
// Note: This issue was closed in Dec 2023. This skip may no longer be necessary and should be tested.
4849
return this.skip();
4950
}
5051
this.timeout(120_000);

0 commit comments

Comments
 (0)