From bfd878bff76f8aea1565727c2969850f4c20934c Mon Sep 17 00:00:00 2001 From: Barbara Valdez <34872381+barbaravaldez@users.noreply.github.com> Date: Mon, 2 May 2022 10:37:15 -0700 Subject: [PATCH] skip test for now (#19260) --- test/smoke/src/sql/areas/notebook/notebook.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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