From f03a12918622eaaab2cb6dddb5cf3773975bab1a Mon Sep 17 00:00:00 2001 From: Lucy Zhang Date: Tue, 11 May 2021 16:45:10 -0400 Subject: [PATCH] skip text cell smoketest (#15411) --- 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 05696a08e9..c496e2e0a2 100644 --- a/test/smoke/src/sql/areas/notebook/notebook.test.ts +++ b/test/smoke/src/sql/areas/notebook/notebook.test.ts @@ -60,7 +60,7 @@ export function setup() { await app.workbench.quickaccess.runCommand('workbench.action.closeActiveEditor'); }); - it('can perform basic text cell functionality', async function () { + it.skip('can perform basic text cell functionality', async function () { const app = this.app as Application; await app.workbench.sqlNotebook.newUntitledNotebook(); await app.workbench.sqlNotebook.addCellFromPlaceholder('Markdown');