From 4d3787dbc07dfe9971b40a501ecf8c71d780cba3 Mon Sep 17 00:00:00 2001 From: Lucy Zhang Date: Wed, 12 May 2021 13:23:11 -0400 Subject: [PATCH] skip text cell smoketest (#15411) (#15417) --- 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');