tests - skip failing notebook test (#139350)

This commit is contained in:
Benjamin Pasero
2021-12-17 07:35:53 +01:00
parent 1a4a2714bf
commit ca17de5011

View File

@@ -568,7 +568,7 @@ suite('Notebook API tests', function () {
});
});
test('onDidChangeCellExecutionState is fired', async () => {
test.skip('onDidChangeCellExecutionState is fired', async () => { // TODO@rebornix https://github.com/microsoft/vscode/issues/139350
const resource = await createRandomNotebookFile();
await vscode.commands.executeCommand('vscode.openWith', resource, 'notebookCoreTest');
const editor = vscode.window.activeNotebookEditor!;