renable kernels dropdown test (#13727)

Verify no skipped core tests
This commit is contained in:
Vasu Bhog
2020-12-11 17:49:20 -08:00
committed by GitHub
parent 965f2a90c7
commit 133958ea47

View File

@@ -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;