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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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);