We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5db653 commit fd38deaCopy full SHA for fd38dea
extensions/vscode-api-tests/src/singlefolder-tests/ipynb.test.ts
@@ -37,7 +37,7 @@ suite('ipynb NotebookSerializer', function () {
37
await closeAllEditors();
38
});
39
40
- test('Can open an ipynb notebook', async () => {
+ test.skip('Can open an ipynb notebook', async () => {
41
const file = await createRandomFile(ipynbContent, undefined, '.ipynb');
42
const notebook = await vscode.workspace.openNotebookDocument(file);
43
await vscode.window.showNotebookDocument(notebook);
0 commit comments