skip flaky test (#152145) (#155809)

This commit is contained in:
Benjamin Pasero
2022-07-21 11:46:51 +02:00
committed by GitHub
parent cd90b2b5ad
commit 477af8c842

View File

@@ -258,7 +258,7 @@ const apiTestContentProvider: vscode.NotebookContentProvider = {
// });
});
test('edit API batch edits', async function () {
test.skip('edit API batch edits', async function () { // TODO@rebornix https://github.com/microsoft/vscode/issues/155808
const notebook = await openRandomNotebookDocument();
const editor = await vscode.window.showNotebookDocument(notebook);