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']) {