add unstable tag (#20684)

This commit is contained in:
Maddy
2022-09-28 14:17:46 -07:00
committed by GitHub
parent 603ae9b94c
commit 2214711445

View File

@@ -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');
});