mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
skip test & 💄 (#155826)
This commit is contained in:
@@ -284,7 +284,7 @@ const apiTestContentProvider: vscode.NotebookContentProvider = {
|
||||
assert.ok(cell.metadata.extraCellMetadata, `Test cell metdata not found`);
|
||||
});
|
||||
|
||||
test('edit API batch edits undo/redo', async function () {
|
||||
test.skip('edit API batch edits undo/redo', async function () { // TODO@rebornix https://github.com/microsoft/vscode/issues/155825
|
||||
const notebook = await openRandomNotebookDocument();
|
||||
const editor = await vscode.window.showNotebookDocument(notebook);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user