diff --git a/extensions/vscode-api-tests/src/singlefolder-tests/notebook.test.ts b/extensions/vscode-api-tests/src/singlefolder-tests/notebook.test.ts index d767c4b3796..ad832593240 100644 --- a/extensions/vscode-api-tests/src/singlefolder-tests/notebook.test.ts +++ b/extensions/vscode-api-tests/src/singlefolder-tests/notebook.test.ts @@ -171,7 +171,7 @@ suite('Notebook API tests', function () { await saveAllFilesAndCloseAll(); }); - test('correct cell selection on undo/redo of cell creation', async function () { + test.skip('correct cell selection on undo/redo of cell creation', async function () { const notebook = await openRandomNotebookDocument(); await vscode.window.showNotebookDocument(notebook); await vscode.commands.executeCommand('notebook.cell.insertCodeCellBelow');