From 2214711445ac0bf7ac075cc68e8367766a26fb67 Mon Sep 17 00:00:00 2001 From: Maddy <12754347+MaddyDev@users.noreply.github.com> Date: Wed, 28 Sep 2022 14:17:46 -0700 Subject: [PATCH] add unstable tag (#20684) --- 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 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'); });