@@ -456,7 +456,7 @@ suite('Notebook API tests', () => {
456456 } ) ;
457457
458458 test ( 'edit API (replaceMetadata)' , async function ( ) {
459- this . skip ( ) ;
459+
460460 assertInitalState ( ) ;
461461 const resource = await createRandomFile ( '' , undefined , 'first' , '.vsctestnb' ) ;
462462 await vscode . commands . executeCommand ( 'vscode.openWith' , resource , 'notebookCoreTest' ) ;
@@ -475,7 +475,7 @@ suite('Notebook API tests', () => {
475475 } ) ;
476476
477477 test ( 'edit API (replaceMetadata, event)' , async function ( ) {
478- this . skip ( ) ;
478+
479479 assertInitalState ( ) ;
480480 const resource = await createRandomFile ( '' , undefined , 'first' , '.vsctestnb' ) ;
481481 await vscode . commands . executeCommand ( 'vscode.openWith' , resource , 'notebookCoreTest' ) ;
@@ -624,7 +624,6 @@ suite('Notebook API tests', () => {
624624 } ) ;
625625
626626 test ( 'edit API batch edits' , async function ( ) {
627- this . skip ( ) ;
628627 assertInitalState ( ) ;
629628 const resource = await createRandomFile ( '' , undefined , 'first' , '.vsctestnb' ) ;
630629 await vscode . commands . executeCommand ( 'vscode.openWith' , resource , 'notebookCoreTest' ) ;
@@ -644,7 +643,6 @@ suite('Notebook API tests', () => {
644643 } ) ;
645644
646645 test ( 'edit API batch edits undo/redo' , async function ( ) {
647- this . skip ( ) ;
648646 assertInitalState ( ) ;
649647 const resource = await createRandomFile ( '' , undefined , 'first' , '.vsctestnb' ) ;
650648 await vscode . commands . executeCommand ( 'vscode.openWith' , resource , 'notebookCoreTest' ) ;
0 commit comments