Skip to content

Commit fd38dea

Browse files
authored
Skip flaky notebook test (microsoft#258223)
Skip flaky test
1 parent f5db653 commit fd38dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/vscode-api-tests/src/singlefolder-tests/ipynb.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ suite('ipynb NotebookSerializer', function () {
3737
await closeAllEditors();
3838
});
3939

40-
test('Can open an ipynb notebook', async () => {
40+
test.skip('Can open an ipynb notebook', async () => {
4141
const file = await createRandomFile(ipynbContent, undefined, '.ipynb');
4242
const notebook = await vscode.workspace.openNotebookDocument(file);
4343
await vscode.window.showNotebookDocument(notebook);

0 commit comments

Comments
 (0)