We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4055942 commit 4f7afb5Copy full SHA for 4f7afb5
1 file changed
extensions/vscode-notebook-tests/src/notebook.test.ts
@@ -480,7 +480,7 @@ suite('notebook dirty state', () => {
480
});
481
482
suite('notebook undo redo', () => {
483
- test('notebook open', async function () {
+ test.skip('notebook open', async function () {
484
const resource = vscode.Uri.parse(join(vscode.workspace.rootPath || '', './first.vsctestnb'));
485
await vscode.commands.executeCommand('vscode.openWith', resource, 'notebookCoreTest');
486
assert.equal(vscode.notebook.activeNotebookEditor !== undefined, true, 'notebook first');
0 commit comments