This reverts commit 6f41bfa822.
This commit is contained in:
rebornix 2020-09-22 08:46:43 -07:00
parent a47bf985ef
commit 71630dd5ff

View file

@ -456,7 +456,7 @@ suite('Notebook API tests', () => {
});
test('edit API (replaceMetadata)', async function () {
this.skip();
assertInitalState();
const resource = await createRandomFile('', undefined, 'first', '.vsctestnb');
await vscode.commands.executeCommand('vscode.openWith', resource, 'notebookCoreTest');
@ -475,7 +475,7 @@ suite('Notebook API tests', () => {
});
test('edit API (replaceMetadata, event)', async function () {
this.skip();
assertInitalState();
const resource = await createRandomFile('', undefined, 'first', '.vsctestnb');
await vscode.commands.executeCommand('vscode.openWith', resource, 'notebookCoreTest');
@ -624,7 +624,6 @@ suite('Notebook API tests', () => {
});
test('edit API batch edits', async function () {
this.skip();
assertInitalState();
const resource = await createRandomFile('', undefined, 'first', '.vsctestnb');
await vscode.commands.executeCommand('vscode.openWith', resource, 'notebookCoreTest');
@ -644,7 +643,6 @@ suite('Notebook API tests', () => {
});
test('edit API batch edits undo/redo', async function () {
this.skip();
assertInitalState();
const resource = await createRandomFile('', undefined, 'first', '.vsctestnb');
await vscode.commands.executeCommand('vscode.openWith', resource, 'notebookCoreTest');