Skip to content

Commit

Permalink
Disable smoke test for #105330
Browse files Browse the repository at this point in the history
  • Loading branch information
roblourens committed Sep 2, 2020
1 parent f063ff9 commit a1724a2
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 a1724a2

Please sign in to comment.