Skip flaky notebook test (#258223)

Skip flaky test
This commit is contained in:
Don Jayamanne
2025-07-28 23:46:15 +10:00
committed by GitHub
parent f5db653369
commit fd38deac92

View File

@@ -37,7 +37,7 @@ suite('ipynb NotebookSerializer', function () {
await closeAllEditors();
});
test('Can open an ipynb notebook', async () => {
test.skip('Can open an ipynb notebook', async () => {
const file = await createRandomFile(ipynbContent, undefined, '.ipynb');
const notebook = await vscode.workspace.openNotebookDocument(file);
await vscode.window.showNotebookDocument(notebook);