smoke - skip flaky notebook test (#139672)

This commit is contained in:
Benjamin Pasero 2021-12-23 17:12:29 +01:00
parent e8d0acc960
commit b2e9e87c2e
No known key found for this signature in database
GPG Key ID: E6380CC4C8219E65

View File

@ -25,7 +25,7 @@ export function setup(logger: Logger) {
cp.execSync('git reset --hard HEAD --quiet', { cwd: app.workspacePathOrFolder });
});
it('inserts/edits code cell', async function () {
it.skip('inserts/edits code cell', async function () { // TODO@rebornix https://github.com/microsoft/vscode/issues/139672
const app = this.app as Application;
await app.workbench.notebook.openNotebook();
await app.workbench.notebook.focusNextCell();