diff --git a/test/smoke/src/sql/areas/notebook/notebook.test.ts b/test/smoke/src/sql/areas/notebook/notebook.test.ts index cd174d1879..69d3be7438 100644 --- a/test/smoke/src/sql/areas/notebook/notebook.test.ts +++ b/test/smoke/src/sql/areas/notebook/notebook.test.ts @@ -6,7 +6,7 @@ import { Application } from '../../../../../automation'; export function setup() { - describe('Notebook', () => { + describe.skip('Notebook', () => { it('can open new notebook, configure Python, and execute one cell', async function () { const app = this.app as Application;