diff --git a/test/smoke/src/sql/areas/notebook/notebook.test.ts b/test/smoke/src/sql/areas/notebook/notebook.test.ts index 3989e20649..5d6fb54641 100644 --- a/test/smoke/src/sql/areas/notebook/notebook.test.ts +++ b/test/smoke/src/sql/areas/notebook/notebook.test.ts @@ -164,7 +164,7 @@ export function setup(opts: minimist.ParsedArgs) { await app.workbench.sqlNotebook.waitForJupyterErrorOutput(); }); - it('can open ipynb file, run all, and save notebook with outputs', async function () { + it('can open ipynb file, run all, and save notebook with outputs @UNSTABLE@', async function () { const app = this.app as Application; await openAndRunNotebook(app, 'hello.ipynb'); });