tests - skip flake (#152145) (#152442)

This commit is contained in:
Benjamin Pasero
2022-06-17 11:56:58 +02:00
committed by GitHub
parent 59d9fb73bc
commit 0662ad271a

View File

@@ -197,7 +197,7 @@ const apiTestContentProvider: vscode.NotebookContentProvider = {
assert.strictEqual(selectionRedo[0].end, 2);
});
test('editor editing event', async function () {
test.skip('editor editing event', async function () { // TODO@rebornix https://github.com/microsoft/vscode/issues/152145
const notebook = await openRandomNotebookDocument();
const editor = await vscode.window.showNotebookDocument(notebook);