Disable smoke test for #105330

This commit is contained in:
Rob Lourens 2020-09-02 09:56:32 -07:00
parent f063ff93f4
commit a1724a23df

View file

@ -63,7 +63,7 @@ export function setup() {
await app.workbench.notebook.waitForActiveCellEditorContents('code()'); await app.workbench.notebook.waitForActiveCellEditorContents('code()');
}); });
it('cell action execution', async function () { it.skip('cell action execution', async function () {
const app = this.app as Application; const app = this.app as Application;
await app.workbench.notebook.openNotebook(); await app.workbench.notebook.openNotebook();
await app.workbench.notebook.insertNotebookCell('code'); await app.workbench.notebook.insertNotebookCell('code');