mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
skip test (#19351)
This commit is contained in:
@@ -81,7 +81,8 @@ export function setup(opts: minimist.ParsedArgs) {
|
||||
await app.workbench.sqlNotebook.waitForActiveCellResults();
|
||||
});
|
||||
|
||||
it('can add a new package from the Manage Packages wizard', async function () {
|
||||
// Skip this test for now since it is not stable - the way that the wizard is initialized needs to be refactored
|
||||
it.skip('can add a new package from the Manage Packages wizard', async function () {
|
||||
const app = this.app as Application;
|
||||
await app.workbench.sqlNotebook.newUntitledNotebook();
|
||||
await app.workbench.sqlNotebook.notebookToolbar.waitForKernel('SQL');
|
||||
|
||||
Reference in New Issue
Block a user