diff --git a/src/sql/workbench/contrib/notebook/test/browser/notebookActions.test.ts b/src/sql/workbench/contrib/notebook/test/browser/notebookActions.test.ts index b4fa7e756c..0925db416c 100644 --- a/src/sql/workbench/contrib/notebook/test/browser/notebookActions.test.ts +++ b/src/sql/workbench/contrib/notebook/test/browser/notebookActions.test.ts @@ -257,7 +257,7 @@ suite('Notebook Actions', function (): void { assert.strictEqual(actualCmdId, NewNotebookAction.INTERNAL_NEW_NOTEBOOK_CMD_ID); }); - suite.skip('Kernels dropdown', async () => { + suite('Kernels dropdown', async () => { let kernelsDropdown: KernelsDropdown; let contextViewProvider: ContextViewProviderStub; let container: HTMLElement;