mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Revert "disable failing notebook tests, https://github.com/microsoft/vscode/issues/107210"
This reverts commit 6f41bfa822.
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user