Skip to content

Commit a1724a2

Browse files
committed
Disable smoke test for #105330
1 parent f063ff9 commit a1724a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/smoke/src/areas/notebook/notebook.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export function setup() {
6363
await app.workbench.notebook.waitForActiveCellEditorContents('code()');
6464
});
6565

66-
it('cell action execution', async function () {
66+
it.skip('cell action execution', async function () {
6767
const app = this.app as Application;
6868
await app.workbench.notebook.openNotebook();
6969
await app.workbench.notebook.insertNotebookCell('code');

0 commit comments

Comments
 (0)