mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
add unstable tag (#20684)
This commit is contained in:
@@ -164,7 +164,7 @@ export function setup(opts: minimist.ParsedArgs) {
|
|||||||
await app.workbench.sqlNotebook.waitForJupyterErrorOutput();
|
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;
|
const app = this.app as Application;
|
||||||
await openAndRunNotebook(app, 'hello.ipynb');
|
await openAndRunNotebook(app, 'hello.ipynb');
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user