mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
tests - skip failing notebook test (#139350)
This commit is contained in:
@@ -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!;
|
||||
|
||||
Reference in New Issue
Block a user