diff --git a/test/smoke/src/sql/areas/notebook/notebook.test.ts b/test/smoke/src/sql/areas/notebook/notebook.test.ts index 69f3289943..cef0b43559 100644 --- a/test/smoke/src/sql/areas/notebook/notebook.test.ts +++ b/test/smoke/src/sql/areas/notebook/notebook.test.ts @@ -133,7 +133,7 @@ export function setup(opts: minimist.ParsedArgs) { }); describe('Notebook keyboard navigation', async () => { - it('can enter and exit edit mode and navigate using keyboard nav', async function () { + it.skip('can enter and exit edit mode and navigate using keyboard nav', async function () { const app = this.app as Application; await app.workbench.sqlNotebook.newUntitledNotebook(); await app.workbench.sqlNotebook.addCellFromPlaceholder('Code'); // add new code cell