mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
skip undo/redo test.
This commit is contained in:
@@ -569,7 +569,7 @@ suite('notebook undo redo', () => {
|
||||
await vscode.commands.executeCommand('workbench.action.closeActiveEditor');
|
||||
});
|
||||
|
||||
test('execute and then undo redo', async function () {
|
||||
test.skip('execute and then undo redo', async function () {
|
||||
const resource = vscode.Uri.file(join(vscode.workspace.rootPath || '', './first.vsctestnb'));
|
||||
await vscode.commands.executeCommand('vscode.openWith', resource, 'notebookCoreTest');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user