Skip smoketest #105330

This commit is contained in:
Rob Lourens 2020-09-16 17:06:30 -05:00
parent 6527a51220
commit 1893b55c25

View file

@ -63,7 +63,7 @@ export function setup() {
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;
await app.workbench.notebook.openNotebook();
await app.workbench.notebook.insertNotebookCell('code');