skip test & 💄 (#155826)

This commit is contained in:
Benjamin Pasero
2022-07-21 12:47:23 +02:00
committed by GitHub
parent ace330ba2c
commit 6cad4b9494
4 changed files with 9 additions and 6 deletions

View File

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