skip manage packages test (#19089)

This commit is contained in:
Lucy Zhang
2022-04-14 10:54:15 -07:00
committed by GitHub
parent 7a8681481e
commit e9b678494c

View File

@@ -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 () {
// Temporarily skipping this test while investigating failure in builds
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');