diff --git a/test/smoke/src/sql/areas/notebook/notebook.test.ts b/test/smoke/src/sql/areas/notebook/notebook.test.ts index 3f88f521ad..4c5d3529e7 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 () {