Skip to content

Commit 17997da

Browse files
committed
Unskip test, fix microsoft#140201
already skipped in browser
1 parent dfcaa1f commit 17997da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/vscode-api-tests/src/singlefolder-tests/notebook.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ const apiTestContentProvider: vscode.NotebookContentProvider = {
311311
assert.strictEqual(secondCell.executionSummary?.success, true);
312312
});
313313

314-
test.skip('notebook cell actions', async function () { // TODO@rebornix https://github.com/microsoft/vscode/issues/140201
314+
test('notebook cell actions', async function () {
315315
const notebook = await openRandomNotebookDocument();
316316
const editor = await vscode.window.showNotebookDocument(notebook);
317317
assert.strictEqual(vscode.window.activeNotebookEditor !== undefined, true, 'notebook first');

0 commit comments

Comments
 (0)