From 315295710d41e90b5c8740fd72b162379c38754b Mon Sep 17 00:00:00 2001 From: Cory Rivera Date: Wed, 10 Aug 2022 14:43:41 -0700 Subject: [PATCH] Temporarily disable cell toolbar smoke tests (#20299) --- 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 9f15dbfd44..28db5c3913 100644 --- a/test/smoke/src/sql/areas/notebook/notebook.test.ts +++ b/test/smoke/src/sql/areas/notebook/notebook.test.ts @@ -273,7 +273,7 @@ export function setup(opts: minimist.ParsedArgs) { }); }); - describe('Cell Toolbar Actions', function () { + describe.skip('Cell Toolbar Actions', function () { async function verifyCellToolbarBehavior(app: Application, toolbarAction: () => Promise, selector: string, checkIfGone: boolean = false): Promise { // Run the test for each of the default text editor modes for (let editMode of ['Markdown', 'Split View']) {