Skip to content

Commit

Permalink
Skip smoketest #105330
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Sep 16, 2020
1 parent 6527a51 commit 1893b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/smoke/src/areas/notebook/notebook.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 1893b55

Please sign in to comment.